]> git.eshelyaron.com Git - emacs.git/commit
Define missing groups for ERC modules
authorF. Jason Park <jp@neverwas.me>
Sat, 10 Jun 2023 06:34:58 +0000 (23:34 -0700)
committerF. Jason Park <jp@neverwas.me>
Mon, 12 Jun 2023 03:53:48 +0000 (20:53 -0700)
commitedfbdb3f1655b1a61fa7a060041e5e58f32bb4a5
tree8c9807a670a6f8552a5a2942128ebf1f80d5874d
parent56e1922281d53ab0c28002a99b27c9a79807d430
Define missing groups for ERC modules

* lisp/erc/erc-imenu.el (erc-imenu): Define group even though there
aren't any associated faces or user options because `imenu' is a
global module, and `define-erc-module' calls `define-minor-mode',
which needs a group for its mode variable.  This should have been
handled by bug#60954 but wasn't.
* lisp/erc/erc-sound.el (erc-sound): Move group definition above
module definition.
* lisp/erc/erc-spelling.el (erc-spelling): Define group.
lisp/erc/erc-imenu.el
lisp/erc/erc-sound.el
lisp/erc/erc-spelling.el