diff lisp/emacs-lisp/edebug.el @ 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 92ccd83174e6
children 591c29778a30 bdb3fe0ba9fa
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