summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1993-07-09 06:53:42 +0000
committerRichard M. Stallman <rms@gnu.org>1993-07-09 06:53:42 +0000
commitce3be3d53117edfc77de3efc6bd4288f4bccd237 (patch)
treedbf06ced41580b9bd48a6f2982918a276c5a7018 /lisp/emacs-lisp
parentca38179a7428456b4f41c3c21ff682c71c0b29a0 (diff)
downloademacs-ce3be3d53117edfc77de3efc6bd4288f4bccd237.tar.gz
emacs-ce3be3d53117edfc77de3efc6bd4288f4bccd237.tar.bz2
emacs-ce3be3d53117edfc77de3efc6bd4288f4bccd237.zip
(byte-compile-file-form-defmumble): Undo previous change.
It turns out the second arg was put in by mistake in the first place.
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 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."
(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)