changeset 87161:5fe2474b99aa

(article-make-date-line): Revert previous change.
author Glenn Morris <rgm@gnu.org>
date Fri, 07 Dec 2007 05:19:54 +0000
parents 1c8ae140143d
children 3af38ce58436
files lisp/gnus/gnus-art.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/gnus/gnus-art.el	Fri Dec 07 05:17:08 2007 +0000
+++ b/lisp/gnus/gnus-art.el	Fri Dec 07 05:19:54 2007 +0000
@@ -3402,7 +3402,7 @@
 	     ":"
 	     (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."