+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
(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
t t entry))
entry)))
-(autoload 'make-diary-entry "diary-lib")
+(autoload 'diary-make-entry "diary-lib")
;;;###autoload
(defun remember-diary-extract-entries ()