hallvard@IFI.UIO.NO (Hallvard B Furuseth) (01/19/90)
Here is a segmentation fault for emacs-18.55.1: (funcall '(autoload "existing-file" nil nil nil)) do_autoload() should check that FUNNAME is a lisp-symbol. BTW, I discovered this when I found that ((lambda (x) body) args) worked, and decided to have some fun. Great! Even ((macro ...) args) works! One detail is missing, however. When these things work, I think (macroexpand '((macro ...) ...)) should work, too. Hallvard Furuseth hallvard@ifi.uio.no