aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1993-06-16 17:42:48 +0000
committerRichard M. Stallman1993-06-16 17:42:48 +0000
commitb44b7ab002a5cd1bbec78ce66d45a750c5555e48 (patch)
tree216bbfbe2cfc19b4417d8114bcebec46476a3d3a
parentbfb7b57017ab437ce55bca19ef4eaa354a7a6112 (diff)
downloademacs-b44b7ab002a5cd1bbec78ce66d45a750c5555e48.tar.gz
emacs-b44b7ab002a5cd1bbec78ce66d45a750c5555e48.zip
(byte-compile-file-form-defmumble): Typo in prev change.
-rw-r--r--lisp/emacs-lisp/bytecomp.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el
index f3462d7a189..59d1f399b25 100644
--- a/lisp/emacs-lisp/bytecomp.el
+++ b/lisp/emacs-lisp/bytecomp.el
@@ -1586,8 +1586,7 @@ With argument, insert value in current buffer after the form."
1586 (list 'cons ''macro code)) 1586 (list 'cons ''macro code))
1587 ((list 'quote (if macrop 1587 ((list 'quote (if macrop
1588 (cons 'macro new-one) 1588 (cons 'macro new-one)
1589 new-one))))) 1589 new-one))))))
1590 'byte-compile-two-args)
1591 ;; Output the form by hand, that's much simpler than having 1590 ;; Output the form by hand, that's much simpler than having
1592 ;; b-c-output-file-form analyze the defalias. 1591 ;; b-c-output-file-form analyze the defalias.
1593 (byte-compile-flush-pending) 1592 (byte-compile-flush-pending)