]> git.eshelyaron.com Git - emacs.git/commit
Don't over-truncate erc-timestamp-format-left
authorF. Jason Park <jp@neverwas.me>
Thu, 2 Nov 2023 02:22:49 +0000 (19:22 -0700)
committerF. Jason Park <jp@neverwas.me>
Sat, 4 Nov 2023 22:36:24 +0000 (15:36 -0700)
commitf7c7f7ac20defe3ee8a32659a6799b20ddd58aeb
tree1afcd3ca1d12fb45bed630fd37fa48c8098639ee
parentfb578ddfb25371621df6e300a98a1ea1463dd06b
Don't over-truncate erc-timestamp-format-left

* lisp/erc/erc-stamp.el (erc-timestamp-format-left): Fix typo in doc
string and mention that changing the value mid-session requires
cycling the minor mode.
(erc-echo-timestamp-format): Add Custom :tag for choices.
(erc-stamp--date-format-end): Revise doc string.
(erc-stamp--format-date-stamp): Fix bug involving erroneous truncation
parameter for `substring' when `erc-timestamp-format-left' doesn't end
in a newline.  Thanks to Emanuel Berg for catching this.
(erc-stamp-prepend-date-stamps-p) Revise doc string.
(erc-insert-timestamp-left-and-right): Add comment regarding
compatibility concession.  (Bug#60936)
lisp/erc/erc-stamp.el