(byte-compile-file-form-defmumble): Typo in prev change.
This commit is contained in:
parent
bfb7b57017
commit
b44b7ab002
1 changed files with 1 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue