summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
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
commita32c24e684d2df3382c1d3b59d9c12384f715813 (patch)
tree14a94e135c219fb5565ff508713d8a0d2bed62ce /lisp/emacs-lisp
parent8e3819698e4dafa752d4dd8a479dfd5b2b8949b2 (diff)
downloademacs-a32c24e684d2df3382c1d3b59d9c12384f715813.tar.gz
(byte-compile-file-form-defmumble): Typo in prev change.
Diffstat (limited to 'lisp/emacs-lisp')
-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)