# HG changeset patch # User Dave Love # Date 1037728827 0 # Node ID 106dc88e80555fbe3f109715d9783db5cbf58531 # Parent 04ce850f4db015258153c02f910cb83669ff2d02 (maphash, map-char-table): Use byte-compile-funarg. diff -r 04ce850f4db0 -r 106dc88e8055 lisp/emacs-lisp/bytecomp.el --- a/lisp/emacs-lisp/bytecomp.el Tue Nov 19 17:59:30 2002 +0000 +++ b/lisp/emacs-lisp/bytecomp.el Tue Nov 19 18:00:27 2002 +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.116 $") +(defconst byte-compile-version "$Revision: 2.117 $") ;; This file is part of GNU Emacs. @@ -3186,6 +3186,8 @@ (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*)