]> git.eshelyaron.com Git - emacs.git/commit
Fix invalid defcustom type for erc-buffers option
authorF. Jason Park <jp@neverwas.me>
Fri, 12 Jul 2024 21:41:54 +0000 (14:41 -0700)
committerEshel Yaron <me@eshelyaron.com>
Sat, 13 Jul 2024 20:07:08 +0000 (22:07 +0200)
commitd6c3dde9fa80e7261824143b82f0d57985e78a8a
tree12f8d3df01eae2642de52ee7fe61958f5c93e97e
parentab66afd6f5e857e41cefe8e2a24e586d64b39ea3
Fix invalid defcustom type for erc-buffers option

* lisp/erc/erc.el (erc-ensure-target-buffer-on-privmsg): Change
invalid inner `choice' to a `const' for the third-state `status'
variant, which is new in ERC 5.6 and Emacs 30.  Thanks to Mattias
EngdegĂ„rd for catching this.

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