Mercurial > emacs
changeset 87112:fd5b69abce98
Remove directory part from filenames in function declarations.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Thu, 06 Dec 2007 04:05:33 +0000 |
parents | f4207bd948a2 |
children | aa25402f888a |
files | lisp/emacs-lisp/bytecomp.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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.