(byte-compile-file-form-defmumble): Typo in prev change.

This commit is contained in:
Richard M. Stallman 1993-06-16 17:42:48 +00:00
parent bfb7b57017
commit b44b7ab002

View file

@ -1586,8 +1586,7 @@ With argument, insert value in current buffer after the form."
(list 'cons ''macro code))
((list 'quote (if macrop
(cons 'macro new-one)
new-one)))))
'byte-compile-two-args)
new-one))))))
;; Output the form by hand, that's much simpler than having
;; b-c-output-file-form analyze the defalias.
(byte-compile-flush-pending)