# HG changeset patch # User Richard M. Stallman # Date 740252568 0 # Node ID 217addf0f940d0af0326326a084fb915c907ba68 # Parent 200d504045b9e273450b79bf68fba0bc73e2a86c (byte-compile-file-form-defmumble): Typo in prev change. diff -r 200d504045b9 -r 217addf0f940 lisp/emacs-lisp/bytecomp.el --- 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)