From db283402061f3207cf82784b3207c88d9c23bb00 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Mon, 19 Nov 2007 00:10:38 +0000 Subject: (compilation-forget-errors): Declare as function. --- lisp/emacs-lisp/bytecomp.el | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lisp/emacs-lisp/bytecomp.el') diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el index 313df65f0c1..b40eac3b9d1 100644 --- a/lisp/emacs-lisp/bytecomp.el +++ b/lisp/emacs-lisp/bytecomp.el @@ -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. -- cgit v1.2.3