diff options
| author | Richard M. Stallman | 1993-06-16 17:42:48 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-06-16 17:42:48 +0000 |
| commit | b44b7ab002a5cd1bbec78ce66d45a750c5555e48 (patch) | |
| tree | 216bbfbe2cfc19b4417d8114bcebec46476a3d3a | |
| parent | bfb7b57017ab437ce55bca19ef4eaa354a7a6112 (diff) | |
| download | emacs-b44b7ab002a5cd1bbec78ce66d45a750c5555e48.tar.gz emacs-b44b7ab002a5cd1bbec78ce66d45a750c5555e48.zip | |
(byte-compile-file-form-defmumble): Typo in prev change.
| -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 f3462d7a189..59d1f399b25 100644 --- a/lisp/emacs-lisp/bytecomp.el +++ b/lisp/emacs-lisp/bytecomp.el | |||
| @@ -1586,8 +1586,7 @@ With argument, insert value in current buffer after the form." | |||
| 1586 | (list 'cons ''macro code)) | 1586 | (list 'cons ''macro code)) |
| 1587 | ((list 'quote (if macrop | 1587 | ((list 'quote (if macrop |
| 1588 | (cons 'macro new-one) | 1588 | (cons 'macro new-one) |
| 1589 | new-one))))) | 1589 | new-one)))))) |
| 1590 | 'byte-compile-two-args) | ||
| 1591 | ;; Output the form by hand, that's much simpler than having | 1590 | ;; Output the form by hand, that's much simpler than having |
| 1592 | ;; b-c-output-file-form analyze the defalias. | 1591 | ;; b-c-output-file-form analyze the defalias. |
| 1593 | (byte-compile-flush-pending) | 1592 | (byte-compile-flush-pending) |