(byte-compile-resolve-functions): Use mapc' rather than mapcar'.
This commit is contained in:
parent
9b97ee2e47
commit
877c8877a2
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue