summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/bytecomp.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1993-06-16 17:42:48 +0000
committerRichard M. Stallman <rms@gnu.org>1993-06-16 17:42:48 +0000
commitb44b7ab002a5cd1bbec78ce66d45a750c5555e48 (patch)
tree216bbfbe2cfc19b4417d8114bcebec46476a3d3a /lisp/emacs-lisp/bytecomp.el
parentbfb7b57017ab437ce55bca19ef4eaa354a7a6112 (diff)
downloademacs-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.el3
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)