From: Juanma Barranquero Date: Wed, 26 Sep 2007 00:13:09 +0000 (+0000) Subject: (byte-compile-resolve-functions): Use `mapc' rather than `mapcar'. X-Git-Tag: emacs-pretest-23.0.90~10644 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=877c8877a22e0300ac00a8013acf9494cdfc6d67;p=emacs.git (byte-compile-resolve-functions): Use `mapc' rather than `mapcar'. --- 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." (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