aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/emacs-lisp/edebug.el2
1 files changed, 1 insertions, 1 deletions
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."
4421 4421
4422 (defun byte-compile-resolve-functions (funcs) 4422 (defun byte-compile-resolve-functions (funcs)
4423 "Say it is OK for the named functions to be unresolved." 4423 "Say it is OK for the named functions to be unresolved."
4424 (mapcar 4424 (mapc
4425 (function 4425 (function
4426 (lambda (func) 4426 (lambda (func)
4427 (setq byte-compile-unresolved-functions 4427 (setq byte-compile-unresolved-functions