]> git.eshelyaron.com Git - emacs.git/commit
Fix epg bug with (TICKS . HZ) timestamp
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 22 Oct 2018 17:54:45 +0000 (10:54 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 22 Oct 2018 18:00:15 +0000 (11:00 -0700)
commit8602bd855904acc1966f1a94a008f91bb3f88c18
treeef37bec05c54d86a0a06651db772d859a9517227
parent7d5919e5e73c62735297eb118b913029594bd0ef
Fix epg bug with (TICKS . HZ) timestamp

Problem reported by Joseph Mingrone in:
https://lists.gnu.org/r/emacs-devel/2018-10/msg00380.html
* lisp/epg.el (epg--time-from-seconds): Just use a seconds count;
don’t generate an obsolete-format timestamp.
lisp/epg.el