2006-07-10 Daiki Ueno <ueno@unixuser.org>
[gnus] / lisp / gnus-diary.el
index f49f5b4..4dc1050 100644 (file)
@@ -158,6 +158,7 @@ There are currently two built-in format functions:
 ;; #### NOTE: Gnus sometimes gives me a HEADER not corresponding to any
 ;; message, with all fields set to nil here. I don't know what it is for, and
 ;; I just ignore it.
+;;;###autoload
 (defun gnus-user-format-function-d (header)
   ;; Returns an aproximative delay string for the next occurence of this
   ;; message. The delay is given only in the first non zero unit.
@@ -194,6 +195,7 @@ There are currently two built-in format functions:
 ;; #### NOTE: Gnus sometimes gives me a HEADER not corresponding to any
 ;; message, with all fields set to nil here. I don't know what it is for, and
 ;; I just ignore it.
+;;;###autoload
 (defun gnus-user-format-function-D (header)
   ;; Returns a formatted time string for the next occurence of this message.
   (let* ((extras (mail-header-extra header))