Remove directory part from filenames in function declarations.
[bpt/emacs.git] / lisp / emacs-lisp / timer.el
index 023a4a3..b11f7ca 100644 (file)
@@ -357,7 +357,7 @@ This function is called, by name, directly by the C code."
   (and (listp event) (eq (car event) 'timer-event)))
 \f
 
-(declare-function diary-entry-time "../calendar/diary-lib" (s))
+(declare-function diary-entry-time "diary-lib" (s))
 
 ;;;###autoload
 (defun run-at-time (time repeat function &rest args)