[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[no subject]



An error in the compilation of a function causes
the following functions to get tagged as
(FOOBAR FAILED TO COMPILE) example, a file with:

(DEFUN FOO () NIL)
(DEFUN FOOBAR "thought this was a defvar")
(DEFUN OKFUN () (LIST 1 2 3))
(DEFUN X () NIL)