]> git.eshelyaron.com Git - emacs.git/commit
Avoid shared-ref read syntax in ERC message catalogs
authorF. Jason Park <jp@neverwas.me>
Wed, 8 May 2024 22:26:29 +0000 (15:26 -0700)
committerEshel Yaron <me@eshelyaron.com>
Thu, 9 May 2024 06:41:21 +0000 (08:41 +0200)
commit23434bc2ceb1aa2371a68b4eca61012b6f6aba49
tree17183f391df3eb08a99f5ac262065ce9cd97d799
parent0255b0f27b50db3c90747636a7549cfbfc6a9faf
Avoid shared-ref read syntax in ERC message catalogs

* lisp/erc/erc.el (erc--message-speaker-ctcp-action-input)
(erc--message-speaker-ctcp-action-statusmsg-input): Don't use
shared/circular references, like #1=foo ... #1#, in literal strings
because it triggers CI validation failures.  These message-format
definitions were originally introduced as part of bug#67677.

(cherry picked from commit d647a5238705bbb4a9277d71bb8069fba2cac7f3)
lisp/erc/erc.el