# HG changeset patch # User Glenn Morris # Date 1196913933 0 # Node ID fd5b69abce98ed674ae2551e6099402d7dbf799c # Parent f4207bd948a267567e17e1a024f85ab4d00a3df1 Remove directory part from filenames in function declarations. diff -r f4207bd948a2 -r fd5b69abce98 lisp/emacs-lisp/bytecomp.el --- a/lisp/emacs-lisp/bytecomp.el Thu Dec 06 04:05:14 2007 +0000 +++ b/lisp/emacs-lisp/bytecomp.el Thu Dec 06 04:05:33 2007 +0000 @@ -1054,7 +1054,7 @@ nil) ;; (compile-mode) will cause this to be loaded. -(declare-function compilation-forget-errors "../progmodes/compile" nil) +(declare-function compilation-forget-errors "compile" ()) ;; 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.