Mercurial > emacs
changeset 84898:11d8147c948d
(byte-compile-resolve-functions): Use `mapc' rather than `mapcar'.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Wed, 26 Sep 2007 00:13:09 +0000 |
parents | 992e87082552 |
children | 789f9201f375 |
files | lisp/emacs-lisp/edebug.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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