]> code.delx.au - gnu-emacs/commitdiff
(byte-compile-resolve-functions): Use `mapc' rather than `mapcar'.
authorJuanma Barranquero <lekktu@gmail.com>
Wed, 26 Sep 2007 00:13:09 +0000 (00:13 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Wed, 26 Sep 2007 00:13:09 +0000 (00:13 +0000)
lisp/emacs-lisp/edebug.el

index 964688894affb4f02e02be93c8130083289b2bf8..01d883d63be1c20b9ddc0a786b7dd456efaa6ba4 100644 (file)
@@ -4421,7 +4421,7 @@ With prefix argument, make it a temporary breakpoint."
 
   (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