# HG changeset patch # User Juanma Barranquero # Date 1190765589 0 # Node ID 11d8147c948da7a66a3115a28f57f51f38c8c26f # Parent 992e87082552c57c6a42730f4de1bd8b9c02fc22 (byte-compile-resolve-functions): Use `mapc' rather than `mapcar'. diff -r 992e87082552 -r 11d8147c948d lisp/emacs-lisp/edebug.el --- a/lisp/emacs-lisp/edebug.el Wed Sep 26 00:12:23 2007 +0000 +++ b/lisp/emacs-lisp/edebug.el Wed Sep 26 00:13:09 2007 +0000 @@ -4421,7 +4421,7 @@ (defun byte-compile-resolve-functions (funcs) "Say it is OK for the named functions to be unresolved." - (mapcar + (mapc (function (lambda (func) (setq byte-compile-unresolved-functions