summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/bytecomp.el
diff options
context:
space:
mode:
authorDave Love <fx@gnu.org>2000-08-27 21:55:00 +0000
committerDave Love <fx@gnu.org>2000-08-27 21:55:00 +0000
commit28bb2cef0204faf0dbbce096ec6d18810ff273e8 (patch)
treea29889b989e8d5aa975922371b07a8647b00a3ae /lisp/emacs-lisp/bytecomp.el
parentf7c436c1c8538b9b593f7d7040bcbee2b0ad79d0 (diff)
downloademacs-28bb2cef0204faf0dbbce096ec6d18810ff273e8.tar.gz
emacs-28bb2cef0204faf0dbbce096ec6d18810ff273e8.tar.bz2
emacs-28bb2cef0204faf0dbbce096ec6d18810ff273e8.zip
(mapc): Use byte-compile-funarg.
Diffstat (limited to 'lisp/emacs-lisp/bytecomp.el')
-rw-r--r--lisp/emacs-lisp/bytecomp.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el
index dbcbe5c8c77..bdcb17cfa76 100644
--- a/lisp/emacs-lisp/bytecomp.el
+++ b/lisp/emacs-lisp/bytecomp.el
@@ -10,7 +10,7 @@
;;; This version incorporates changes up to version 2.10 of the
;;; Zawinski-Furuseth compiler.
-(defconst byte-compile-version "$Revision: 2.72 $")
+(defconst byte-compile-version "$Revision: 2.73 $")
;; This file is part of GNU Emacs.
@@ -2912,6 +2912,7 @@ If FORM is a lambda or a macro, byte-compile it as a function."
(byte-defop-compiler-1 mapcar byte-compile-funarg)
(byte-defop-compiler-1 mapatoms byte-compile-funarg)
(byte-defop-compiler-1 mapconcat byte-compile-funarg)
+(byte-defop-compiler-1 mapc byte-compile-funarg)
(byte-defop-compiler-1 sort byte-compile-funarg-2)
(byte-defop-compiler-1 let)
(byte-defop-compiler-1 let*)