changeset 4050:0439eaf6f94a

(byte-compile-file-form-defmumble): Undo previous change. It turns out the second arg was put in by mistake in the first place.
author Richard M. Stallman <rms@gnu.org>
date Fri, 09 Jul 1993 06:53:42 +0000
parents 7908fc6e4fb9
children 73aa16fc728d
files lisp/emacs-lisp/bytecomp.el
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/emacs-lisp/bytecomp.el	Fri Jul 09 06:33:05 1993 +0000
+++ b/lisp/emacs-lisp/bytecomp.el	Fri Jul 09 06:53:42 1993 +0000
@@ -1589,8 +1589,7 @@
 			  (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)