Remove directory part from filenames in function declarations.
This commit is contained in:
parent
292071b483
commit
5cec305694
11 changed files with 17 additions and 17 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue