From: Dave Love Date: Tue, 19 Nov 2002 18:02:07 +0000 (+0000) Subject: (maphash, map-char-table): Use X-Git-Tag: ttn-vms-21-2-B4~12329 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=def9389aaa944e1b3b7fe41868af7d4f7b7c23e2;p=emacs.git (maphash, map-char-table): Use byte-compile-funarg. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 917c01701fd..48aa66b4d4d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,11 @@ +2002-11-19 Dave Love + + * emacs-lisp/bytecomp.el (maphash, map-char-table): Use + byte-compile-funarg. + + * emacs-lisp/byte-opt.el (side-effect-free-fns): Several + additions. + 2002-11-19 Markus Rost * progmodes/vhdl-mode.el (defgroup vhdl-related): Declare the diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el index 81ef7b6e877..561b85888ef 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.116 $") +(defconst byte-compile-version "$Revision: 2.117 $") ;; This file is part of GNU Emacs. @@ -3186,6 +3186,8 @@ If FORM is a lambda or a macro, byte-compile it as a function." (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 maphash byte-compile-funarg) +(byte-defop-compiler-1 map-char-table byte-compile-funarg) (byte-defop-compiler-1 sort byte-compile-funarg-2) (byte-defop-compiler-1 let) (byte-defop-compiler-1 let*)