Comment 1 for bug 1886120

Revision history for this message
Douglas Katzman (dougk) wrote :

probably the extended-extended-function-designator concept needs to distinguish between extended-function-designators that are standards-specified, and internal ones.
This examples should produce the same error as if it had been:
* (defun foo () #'(badsyntax))
; in: DEFUN FOO
; #'(BADSYNTAX)
;
; caught ERROR:
; (BADSYNTAX) is not a legal function name.