# HG changeset patch # User Dave Love # Date 967413275 0 # Node ID a5b9dbab7b2fa79b30ded4fcb8d9071f1d934621 # Parent c45b6e464f4cd374ab96acdfba4dee34ddc04f8e (mapc): Use byte-compile-funarg. diff -r c45b6e464f4c -r a5b9dbab7b2f lisp/emacs-lisp/bytecomp.el --- 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*)