summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2007-11-19 00:10:38 +0000
committerGlenn Morris <rgm@gnu.org>2007-11-19 00:10:38 +0000
commitdb283402061f3207cf82784b3207c88d9c23bb00 (patch)
treed2634e9061170711a79dd0b6da620cd039485955 /lisp/emacs-lisp
parent0ef97535e67a688c86c50ff8ef891f5268f3caab (diff)
downloademacs-db283402061f3207cf82784b3207c88d9c23bb00.tar.gz
emacs-db283402061f3207cf82784b3207c88d9c23bb00.tar.bz2
emacs-db283402061f3207cf82784b3207c88d9c23bb00.zip
(compilation-forget-errors): Declare as function.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r--lisp/emacs-lisp/bytecomp.el3
1 files changed, 3 insertions, 0 deletions
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.