(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:
parent
ca38179a74
commit
ce3be3d531
1 changed files with 1 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue