]> git.eshelyaron.com Git - emacs.git/commit
Prefer ticks/hz pairs for some ERC timestamps on 29+
authorF. Jason Park <jp@neverwas.me>
Tue, 19 Sep 2023 05:50:28 +0000 (22:50 -0700)
committerF. Jason Park <jp@neverwas.me>
Tue, 3 Oct 2023 00:31:28 +0000 (17:31 -0700)
commit8db56235cbcb2afc03a3aa0691cc0795c7da43fb
tree35f13a4b6522815eb69bcd7164c1e7b725c723de
parent06fb8b76208ad380d7d1e592394d3173249f31df
Prefer ticks/hz pairs for some ERC timestamps on 29+

* lisp/erc/erc-compat.el (erc-compat--current-lisp-time): New macro to
prefer ticks/hz pairs on newer Emacs versions because stamps of this
form are easier to compare at a glance when used as values for text
properties.
* lisp/erc/erc-stamp.el (erc-stamp--current-time): Use compat macro.
(Bug#60936)
lisp/erc/erc-compat.el
lisp/erc/erc-stamp.el