]> git.eshelyaron.com Git - emacs.git/commit
Clarify purpose of module aliases in ERC
authorF. Jason Park <jp@neverwas.me>
Fri, 5 Jan 2024 15:20:34 +0000 (07:20 -0800)
committerF. Jason Park <jp@neverwas.me>
Sun, 7 Jan 2024 23:11:26 +0000 (15:11 -0800)
commit50f430ebcd87b77207013f97e6e5d1b8fe93f990
treed294497a2a37a760f546299f0398b4dc5602dba0
parent37e87bc3eeb8e62e2900d73cf4dd9fc9e942d66d
Clarify purpose of module aliases in ERC

* doc/misc/erc.texi: Mention that aliases should not be defined for
new modules.
* lisp/erc/erc-common.el (define-erc-module): Refactor slightly for
readability.
(erc-with-all-buffers-of-server): Redo doc string.
* lisp/erc/erc-pcomplete.el: Declare `completion' module's feature and
group as being `erc-pcomplete'.
* test/lisp/erc/erc-tests.el (erc--find-group--real): Assert group
lookup works for "normalized" module name `completion' of
`erc-pcomplete-mode'.
doc/misc/erc.texi
lisp/erc/erc-common.el
lisp/erc/erc-pcomplete.el
test/lisp/erc/erc-tests.el