]> git.eshelyaron.com Git - emacs.git/commitdiff
(diary-make-entry): Update the autoload.
authorSam Steingold <sds@gnu.org>
Mon, 28 Apr 2008 15:05:45 +0000 (15:05 +0000)
committerSam Steingold <sds@gnu.org>
Mon, 28 Apr 2008 15:05:45 +0000 (15:05 +0000)
lisp/ChangeLog
lisp/textmodes/remember.el

index 85c3311d1b6adf79f2ba8ad73188e0aefda1acc0..711f0181023c719d1a838279ab34420016483019 100644 (file)
@@ -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
index 7cf21f91d657781de182e91244059430d77b5cfd..8469a715449f7509ef280b5fec2e599894c60db6 100644 (file)
@@ -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 ()