Remove test code
This commit is contained in:
@ -349,12 +349,4 @@
|
||||
"Return non-nil if SYMBOL is accessible from PACKAGE."
|
||||
(let* ((def '::unbound)
|
||||
(found (intern-soft (symbol-name symbol) def package t)))
|
||||
(not (eq found def))))
|
||||
|
||||
(register-package 'test)
|
||||
|
||||
'test::a
|
||||
'test::b
|
||||
|
||||
(println (symbol-accessible-p 'b))
|
||||
(println (symbol-accessible-p 'b 'test))
|
||||
(eq symbol found)))
|
||||
|
Reference in New Issue
Block a user