+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)
(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.