diff options
author | Sam Steingold <sds@gnu.org> | 2008-04-28 15:05:45 +0000 |
---|---|---|
committer | Sam Steingold <sds@gnu.org> | 2008-04-28 15:05:45 +0000 |
commit | c5de0a17040b2df166eed0a909194cb271b997d0 (patch) | |
tree | 3626c87f3efeab9eb149fa8b9a279c902ef889c6 /lisp/textmodes/remember.el | |
parent | 602f074a510a2e6ce5b9ba4be6cbaa32279febae (diff) | |
download | emacs-c5de0a17040b2df166eed0a909194cb271b997d0.tar.gz |
(diary-make-entry): Update the autoload.
Diffstat (limited to 'lisp/textmodes/remember.el')
-rw-r--r-- | lisp/textmodes/remember.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/textmodes/remember.el b/lisp/textmodes/remember.el index 7cf21f91d65..8469a715449 100644 --- a/lisp/textmodes/remember.el +++ b/lisp/textmodes/remember.el @@ -480,7 +480,7 @@ If this is nil, then `diary-file' will be used instead." (if (string-match "\\([0-9]+\\)\\.\\([0-9]+\\)\\.\\([0-9]+\\)" entry) (progn ;; For calendar-date-style. This costs us nothing because - ;; the call to make-diary-entry below loads diary-lib + ;; the call to diary-make-entry below loads diary-lib ;; which requires calendar. (require 'calendar) (replace-match @@ -504,7 +504,7 @@ If this is nil, then `diary-file' will be used instead." t t entry)) entry))) -(autoload 'make-diary-entry "diary-lib") +(autoload 'diary-make-entry "diary-lib") ;;;###autoload (defun remember-diary-extract-entries () |