]> code.delx.au - gnu-emacs/commitdiff
(byte-compile-file-form-defmumble): Typo in prev change.
authorRichard M. Stallman <rms@gnu.org>
Wed, 16 Jun 1993 17:42:48 +0000 (17:42 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 16 Jun 1993 17:42:48 +0000 (17:42 +0000)
lisp/emacs-lisp/bytecomp.el

index f3462d7a189bb9c7cb142af1290b0800872eb9d4..59d1f399b2551e91fcb75d53bfa26c25bb80e9fe 100644 (file)
@@ -1586,8 +1586,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)