+2002-11-19 Dave Love <fx@gnu.org>
+
+ * 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 <rost@math.ohio-state.edu>
* progmodes/vhdl-mode.el (defgroup vhdl-related): Declare the
;;; 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.
(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*)