]> git.eshelyaron.com Git - emacs.git/commit
Make list-times not include zero elements
authorLars Ingebrigtsen <larsi@gnus.org>
Wed, 13 Apr 2022 13:31:02 +0000 (15:31 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Wed, 13 Apr 2022 13:31:34 +0000 (15:31 +0200)
commit918669cb3db21eebc9fb409098a4395f131379ee
tree0b0dbff24165be2804c9911ba05cfca22b862ced
parente587fc05a70c08a50258b152bb5403afd013007d
Make list-times not include zero elements

* doc/lispref/os.texi (Time Parsing): Mention %x.
* lisp/calendar/time-date.el (format-seconds): Accept a new %x
spec that removes trailing zeros (bug#54904).

* lisp/emacs-lisp/timer-list.el (list-timers): Don't display
trailing zero bits.
doc/lispref/os.texi
etc/NEWS
lisp/calendar/time-date.el
lisp/emacs-lisp/timer-list.el
test/lisp/calendar/time-date-tests.el