changeset 3755:217addf0f940

(byte-compile-file-form-defmumble): Typo in prev change.
author Richard M. Stallman <rms@gnu.org>
date Wed, 16 Jun 1993 17:42:48 +0000
parents 200d504045b9
children ff9679293922
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	Wed Jun 16 16:32:32 1993 +0000
+++ b/lisp/emacs-lisp/bytecomp.el	Wed Jun 16 17:42:48 1993 +0000
@@ -1586,8 +1586,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)