comparison lisp/emacs-lisp/bytecomp.el @ 86222:4aed8a9fb626

(compilation-forget-errors): Declare as function.
author Glenn Morris <rgm@gnu.org>
date Mon, 19 Nov 2007 00:10:22 +0000
parents fadd23918501
children 5dde93581c8f
comparison
equal deleted inserted replaced
86221:d6b46513e321 86222:4aed8a9fb626
1050 ;; This no-op function is used as the value of warning-series 1050 ;; This no-op function is used as the value of warning-series
1051 ;; to tell inner calls to displaying-byte-compile-warnings 1051 ;; to tell inner calls to displaying-byte-compile-warnings
1052 ;; not to bind warning-series. 1052 ;; not to bind warning-series.
1053 (defun byte-compile-warning-series (&rest ignore) 1053 (defun byte-compile-warning-series (&rest ignore)
1054 nil) 1054 nil)
1055
1056 ;; (compile-mode) will cause this to be loaded.
1057 (declare-function compilation-forget-errors "../progmodes/compile" nil)
1055 1058
1056 ;; Log the start of a file in *Compile-Log*, and mark it as done. 1059 ;; Log the start of a file in *Compile-Log*, and mark it as done.
1057 ;; Return the position of the start of the page in the log buffer. 1060 ;; Return the position of the start of the page in the log buffer.
1058 ;; But do nothing in batch mode. 1061 ;; But do nothing in batch mode.
1059 (defun byte-compile-log-file () 1062 (defun byte-compile-log-file ()