]> git.eshelyaron.com Git - emacs.git/commitdiff
(byte-compile-file-form-defmumble): Undo previous change.
authorRichard M. Stallman <rms@gnu.org>
Fri, 9 Jul 1993 06:53:42 +0000 (06:53 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 9 Jul 1993 06:53:42 +0000 (06:53 +0000)
It turns out the second arg was put in by mistake in the first place.

lisp/emacs-lisp/bytecomp.el

index 7364f8803df4515593acff167ed7dc94a63bbaac..1bf05c831686914097433e453bd271f1a669fe35 100644 (file)
@@ -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)