# HG changeset patch # User Glenn Morris # Date 1195431022 0 # Node ID 4aed8a9fb6267e34cf20fcba2d7ed5558adbe389 # Parent d6b46513e321992f45875ddf71c16dbce9e64dc8 (compilation-forget-errors): Declare as function. diff -r d6b46513e321 -r 4aed8a9fb626 lisp/emacs-lisp/bytecomp.el --- a/lisp/emacs-lisp/bytecomp.el Mon Nov 19 00:09:48 2007 +0000 +++ b/lisp/emacs-lisp/bytecomp.el Mon Nov 19 00:10:22 2007 +0000 @@ -1053,6 +1053,9 @@ (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.