Mercurial > emacs
changeset 86222:4aed8a9fb626
(compilation-forget-errors): Declare as function.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Mon, 19 Nov 2007 00:10:22 +0000 |
parents | d6b46513e321 |
children | 28fe197622a5 |
files | lisp/emacs-lisp/bytecomp.el |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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.