1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-23 22:20:24 -08:00

(compilation-forget-errors): Declare as function.

This commit is contained in:
Glenn Morris 2007-11-19 00:10:38 +00:00
parent 0ef97535e6
commit db28340206
2 changed files with 14 additions and 0 deletions

View file

@ -1053,6 +1053,9 @@ Each function's symbol gets added to `byte-compile-noruntime-functions'."
(defun byte-compile-warning-series (&rest ignore)
nil)
;; (compile-mode) will cause this to be loaded.
(declare-function compilation-forget-errors "../progmodes/compile" nil)
;; 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.
;; But do nothing in batch mode.