bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#17227: Newsticker treeview date is hardcoded


From: Nathan Paul Simons
Subject: bug#17227: Newsticker treeview date is hardcoded
Date: Tue, 8 Apr 2014 14:43:00 -0700
User-agent: Mutt/1.5.20 (2009-06-14)

In newst-treeview.el on line 326, the date for the heading is hardcoded:

(insert (format-time-string "%d.%m.%y, %H:%M"
                            (newsticker--time item)))

It should probably be changed to be similar to another formatting of
the date in the same file (line 765):

(insert (format-time-string newsticker-date-format
                            (newsticker--time item)))

-- 
Sent from my Universal Turing Machine





reply via email to

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