]> git.eshelyaron.com Git - emacs.git/commitdiff
(article-make-date-line): Revert previous change.
authorGlenn Morris <rgm@gnu.org>
Fri, 7 Dec 2007 05:20:43 +0000 (05:20 +0000)
committerGlenn Morris <rgm@gnu.org>
Fri, 7 Dec 2007 05:20:43 +0000 (05:20 +0000)
lisp/gnus/ChangeLog
lisp/gnus/gnus-art.el

index d448f305cd047bb263b575a594aafb690cda9dae..537fecb3ffd7a2689583b8c8117d56c080fa49f8 100644 (file)
@@ -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>
 
index 5e23b5313fc066eaff278499a45e1741b13cc39d..4bb9ceb97ba84d86ad9bb1f738fbc97d9e864d57 100644 (file)
@@ -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."