Remove directory part from filenames in function declarations.

This commit is contained in:
Glenn Morris 2007-12-06 04:09:57 +00:00
parent 292071b483
commit 5cec305694
11 changed files with 17 additions and 17 deletions

View file

@ -357,7 +357,7 @@ This function is called, by name, directly by the C code."
(and (listp event) (eq (car event) 'timer-event)))
(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)