Mercurial > emacs
changeset 31211:a5b9dbab7b2f
(mapc): Use byte-compile-funarg.
author | Dave Love <fx@gnu.org> |
---|---|
date | Sun, 27 Aug 2000 21:54:35 +0000 |
parents | c45b6e464f4c |
children | 835d558ea0e5 |
files | lisp/emacs-lisp/bytecomp.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/emacs-lisp/bytecomp.el Sun Aug 27 17:44:59 2000 +0000 +++ b/lisp/emacs-lisp/bytecomp.el Sun Aug 27 21:54:35 2000 +0000 @@ -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 @@ (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*)