diff options
author | Richard M. Stallman <rms@gnu.org> | 1993-06-16 17:42:48 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1993-06-16 17:42:48 +0000 |
commit | b44b7ab002a5cd1bbec78ce66d45a750c5555e48 (patch) | |
tree | 216bbfbe2cfc19b4417d8114bcebec46476a3d3a /lisp/emacs-lisp/bytecomp.el | |
parent | bfb7b57017ab437ce55bca19ef4eaa354a7a6112 (diff) | |
download | emacs-b44b7ab002a5cd1bbec78ce66d45a750c5555e48.tar.gz emacs-b44b7ab002a5cd1bbec78ce66d45a750c5555e48.tar.bz2 emacs-b44b7ab002a5cd1bbec78ce66d45a750c5555e48.zip |
(byte-compile-file-form-defmumble): Typo in prev change.
Diffstat (limited to 'lisp/emacs-lisp/bytecomp.el')
-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." (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) |