aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2007-09-26 00:13:09 +0000
committerJuanma Barranquero2007-09-26 00:13:09 +0000
commit877c8877a22e0300ac00a8013acf9494cdfc6d67 (patch)
tree1e155038477e207cc151e3fdd79595e65674b802
parent9b97ee2e4732fc31187ee110394579eea9b0f422 (diff)
downloademacs-877c8877a22e0300ac00a8013acf9494cdfc6d67.tar.gz
emacs-877c8877a22e0300ac00a8013acf9494cdfc6d67.zip
(byte-compile-resolve-functions): Use `mapc' rather than `mapcar'.
-rw-r--r--lisp/emacs-lisp/edebug.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/edebug.el b/lisp/emacs-lisp/edebug.el
index 964688894af..01d883d63be 100644
--- a/lisp/emacs-lisp/edebug.el
+++ b/lisp/emacs-lisp/edebug.el
@@ -4421,7 +4421,7 @@ With prefix argument, make it a temporary breakpoint."
4421 4421
4422 (defun byte-compile-resolve-functions (funcs) 4422 (defun byte-compile-resolve-functions (funcs)
4423 "Say it is OK for the named functions to be unresolved." 4423 "Say it is OK for the named functions to be unresolved."
4424 (mapcar 4424 (mapc
4425 (function 4425 (function
4426 (lambda (func) 4426 (lambda (func)
4427 (setq byte-compile-unresolved-functions 4427 (setq byte-compile-unresolved-functions