]> git.eshelyaron.com Git - emacs.git/commitdiff
(compilation-forget-errors): Declare as function.
authorGlenn Morris <rgm@gnu.org>
Mon, 19 Nov 2007 00:10:38 +0000 (00:10 +0000)
committerGlenn Morris <rgm@gnu.org>
Mon, 19 Nov 2007 00:10:38 +0000 (00:10 +0000)
lisp/ChangeLog
lisp/emacs-lisp/bytecomp.el

index 8c1bcf780c43b35e61f406653af0215c3d562378..4ae2d5c9b3ea2d234ca4b3dcef84addf50b4768a 100644 (file)
@@ -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)
index 313df65f0c12dcd648386e1bea37f8d2ec42c142..b40eac3b9d1ea6e5e7a16fa6f080b30780bdfea1 100644 (file)
@@ -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.