From a601fb745a8260e473870a3b31126416353ad377 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Fri, 7 Dec 2007 05:20:43 +0000 Subject: [PATCH] (article-make-date-line): Revert previous change. --- lisp/gnus/ChangeLog | 11 +++++------ lisp/gnus/gnus-art.el | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index d448f305cd0..537fecb3ffd 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog @@ -1,17 +1,16 @@ -2007-12-06 D. Goel +2007-12-07 Glenn Morris - * gnus-start.el (gnus-load): Fix breakage from last change. + * gnus-art.el (article-make-date-line): Revert previous change. 2007-12-06 Reiner Steib * gnus-start.el (gnus-load): Rename local variable to avoid confusion. 2007-12-06 D. Goel - * gnus-start.el (gnus-load): Fix breakage from last change. - * gnus-art.el (article-make-date-line): Fix buggy call to `error'. - * gnus-start.el (gnus-load): Ditto. - * pop3.el (pop3-read-response): Ditto. + * gnus-art.el (article-make-date-line): + * gnus-start.el (gnus-load): + * pop3.el (pop3-read-response): Fix buggy call to `error'. 2007-12-05 Katsumi Yamaoka diff --git a/lisp/gnus/gnus-art.el b/lisp/gnus/gnus-art.el index 5e23b5313fc..4bb9ceb97ba 100644 --- a/lisp/gnus/gnus-art.el +++ b/lisp/gnus/gnus-art.el @@ -3402,7 +3402,7 @@ should replace the \"Date:\" one, or should be added below it." ":" (format "%02d" (nth 1 dtime))))))) (error - "Date: %s (from Gnus)" date))) + (format "Date: %s (from Gnus)" date)))) (defun article-date-local (&optional highlight) "Convert the current article date to the local timezone." -- 2.39.2