Mercurial > emacs
changeset 94428:f34f60c27b4f
(diary-make-entry): Update the autoload.
author | Sam Steingold <sds@gnu.org> |
---|---|
date | Mon, 28 Apr 2008 15:05:45 +0000 |
parents | a09b7ca0a745 |
children | c91f78a8a0af |
files | lisp/ChangeLog lisp/textmodes/remember.el |
diffstat | 2 files changed, 6 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Apr 28 13:57:20 2008 +0000 +++ b/lisp/ChangeLog Mon Apr 28 15:05:45 2008 +0000 @@ -1,3 +1,7 @@ +2008-04-28 Sam Steingold <sds@gnu.org> + + * textmodes/remember.el (diary-make-entry): Update the autoload. + 2008-04-28 Stefan Monnier <monnier@iro.umontreal.ca> * minibuffer.el (completion-pcm--all-completions): Don't pass nil to
--- a/lisp/textmodes/remember.el Mon Apr 28 13:57:20 2008 +0000 +++ b/lisp/textmodes/remember.el Mon Apr 28 15:05:45 2008 +0000 @@ -480,7 +480,7 @@ (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 @@ t t entry)) entry))) -(autoload 'make-diary-entry "diary-lib") +(autoload 'diary-make-entry "diary-lib") ;;;###autoload (defun remember-diary-extract-entries ()