emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/gnus/gnus-art.el,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/gnus/gnus-art.el,v
Date: Fri, 07 Dec 2007 05:19:55 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       07/12/07 05:19:54

Index: gnus-art.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/gnus/gnus-art.el,v
retrieving revision 1.143
retrieving revision 1.144
diff -u -b -r1.143 -r1.144
--- gnus-art.el 6 Dec 2007 17:19:22 -0000       1.143
+++ gnus-art.el 7 Dec 2007 05:19:54 -0000       1.144
@@ -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."




reply via email to

[Prev in Thread] Current Thread [Next in Thread]