diff options
Diffstat (limited to 'lisp/emacs-lisp/bytecomp.el')
-rw-r--r-- | lisp/emacs-lisp/bytecomp.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el index 4ef32a244eb..eaff1ad72f5 100644 --- a/lisp/emacs-lisp/bytecomp.el +++ b/lisp/emacs-lisp/bytecomp.el @@ -1054,7 +1054,7 @@ Each function's symbol gets added to `byte-compile-noruntime-functions'." nil) ;; (compile-mode) will cause this to be loaded. -(declare-function compilation-forget-errors "../progmodes/compile" nil) +(declare-function compilation-forget-errors "compile" ()) ;; Log the start of a file in *Compile-Log*, and mark it as done. ;; Return the position of the start of the page in the log buffer. |