(byte-compile-file-form-defmumble): Undo previous change.

It turns out the second arg was put in by mistake in the first place.
This commit is contained in:
Richard M. Stallman 1993-07-09 06:53:42 +00:00
parent ca38179a74
commit ce3be3d531

View file

@ -1589,8 +1589,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)