# HG changeset patch # User Richard M. Stallman # Date 742200822 0 # Node ID 0439eaf6f94a58caee450da914b65e928782b7a8 # Parent 7908fc6e4fb9eed355fe5e52a2d247a3dc824bf7 (byte-compile-file-form-defmumble): Undo previous change. It turns out the second arg was put in by mistake in the first place. diff -r 7908fc6e4fb9 -r 0439eaf6f94a lisp/emacs-lisp/bytecomp.el --- 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)