diff options
Diffstat (limited to 'lisp/emacs-lisp/timer.el')
-rw-r--r-- | lisp/emacs-lisp/timer.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/timer.el b/lisp/emacs-lisp/timer.el index 023a4a3e4b7..b11f7ca9d5c 100644 --- a/lisp/emacs-lisp/timer.el +++ b/lisp/emacs-lisp/timer.el @@ -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) |