]> git.eshelyaron.com Git - emacs.git/commit
Accommodate missing spec values in erc-format-message
authorF. Jason Park <jp@neverwas.me>
Sat, 8 Oct 2022 04:55:30 +0000 (21:55 -0700)
committerF. Jason Park <jp@neverwas.me>
Tue, 11 Oct 2022 01:48:01 +0000 (18:48 -0700)
commit4a1a4bf0e2dfe3987b18cfd2122d43db1e8a58c1
tree0c73a2a2b6e5f799d6d3664da2d6394c27820ad8
parent92703e00dc44af604355858bf227b07e99fb2c4c
Accommodate missing spec values in erc-format-message

* lisp/erc/erc.el (erc-format-message): Although not mentioned in its
log message, commit 5281946fbf6b3cdbec5ce82e0057c71849faf4d2 "Make
format-spec accept function substitutions" also fixed a bug involving
the `ignore-missing' parameter of `format-spec'.  Until now, ERC has
been relying on the old behavior to gracefully handle malformed server
messages.  This commit tries to regain that functionality.
lisp/erc/erc.el