(compilation-forget-errors): Declare as function.
This commit is contained in:
parent
0ef97535e6
commit
db28340206
2 changed files with 14 additions and 0 deletions
|
@ -1,3 +1,14 @@
|
|||
2007-11-19 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* emacs-lisp/check-declare.el (check-declare-verify): If fnfile
|
||||
does not exist, try adding `.el' extension. Also search for defsubsts.
|
||||
|
||||
* cus-edit.el (recentf-expand-file-name):
|
||||
* dired.el (dired-relist-entry):
|
||||
* subr.el (w32-shell-dos-semantics):
|
||||
* emacs-lisp/bytecomp.el (compilation-forget-errors):
|
||||
Declare as functions.
|
||||
|
||||
2007-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* abbrev.el (kill-all-abbrevs, insert-abbrevs)
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue