From: Richard M. Stallman Date: Fri, 9 Jul 1993 06:53:42 +0000 (+0000) Subject: (byte-compile-file-form-defmumble): Undo previous change. X-Git-Tag: emacs-19.34~11801 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ce3be3d53117edfc77de3efc6bd4288f4bccd237;p=emacs.git (byte-compile-file-form-defmumble): Undo previous change. It turns out the second arg was put in by mistake in the first place. --- 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)