diff options
author | Miles Bader <miles@gnu.org> | 2006-06-29 22:54:24 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 2006-06-29 22:54:24 +0000 |
commit | 827dc73d41369de7abfc2582895b6e9e8f09bd79 (patch) | |
tree | 1ae50ffe6922e0a84a3342ccbbb0caeb075cb45a /lisp/gnus/gnus-diary.el | |
parent | 1937adc20b67c468cd3e6f1ebd2bc3b2159ccece (diff) | |
download | emacs-827dc73d41369de7abfc2582895b6e9e8f09bd79.tar.gz emacs-827dc73d41369de7abfc2582895b6e9e8f09bd79.tar.bz2 emacs-827dc73d41369de7abfc2582895b6e9e8f09bd79.zip |
Merge from gnus--rel--5.10
Patches applied:
* gnus--rel--5.10 (patch 111-112)
- Update from CVS: texi/gnus.texi (Summary Buffer Lines): Fix typo.
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-333
Diffstat (limited to 'lisp/gnus/gnus-diary.el')
-rw-r--r-- | lisp/gnus/gnus-diary.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/gnus/gnus-diary.el b/lisp/gnus/gnus-diary.el index 5dfbd56af24..e4834131aa7 100644 --- a/lisp/gnus/gnus-diary.el +++ b/lisp/gnus/gnus-diary.el @@ -213,6 +213,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. @@ -249,6 +250,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)) |