(byte-compile-resolve-functions): Use mapc' rather than mapcar'.

This commit is contained in:
Juanma Barranquero 2007-09-26 00:13:09 +00:00
parent 9b97ee2e47
commit 877c8877a2

View 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