summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/gnus/ChangeLog11
-rw-r--r--lisp/gnus/gnus-art.el2
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 <deego3@gmail.com>
+2007-12-07 Glenn Morris <rgm@gnu.org>
- * 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 <Reiner.Steib@gmx.de>
* gnus-start.el (gnus-load): Rename local variable to avoid confusion.
2007-12-06 D. Goel <deego3@gmail.com>
- * 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 <yamaoka@jpl.org>
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."