diff options
| -rw-r--r-- | lisp/emacs-lisp/bytecomp.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el index 7364f8803df..1bf05c83168 100644 --- a/lisp/emacs-lisp/bytecomp.el +++ b/lisp/emacs-lisp/bytecomp.el | |||
| @@ -1589,8 +1589,7 @@ With argument, insert value in current buffer after the form." | |||
| 1589 | (list 'cons ''macro code)) | 1589 | (list 'cons ''macro code)) |
| 1590 | ((list 'quote (if macrop | 1590 | ((list 'quote (if macrop |
| 1591 | (cons 'macro new-one) | 1591 | (cons 'macro new-one) |
| 1592 | new-one))))) | 1592 | new-one)))))) |
| 1593 | 'byte-compile-two-args) | ||
| 1594 | ;; Output the form by hand, that's much simpler than having | 1593 | ;; Output the form by hand, that's much simpler than having |
| 1595 | ;; b-c-output-file-form analyze the defalias. | 1594 | ;; b-c-output-file-form analyze the defalias. |
| 1596 | (byte-compile-flush-pending) | 1595 | (byte-compile-flush-pending) |