]> git.eshelyaron.com Git - emacs.git/commit
; Undo erroneous change in ERC's sample configuration
authorF. Jason Park <jp@neverwas.me>
Sat, 12 Oct 2024 01:12:16 +0000 (18:12 -0700)
committerEshel Yaron <me@eshelyaron.com>
Tue, 22 Oct 2024 18:54:55 +0000 (20:54 +0200)
commitda0c446ecf1f15e469aea3f09fe7a3d63c5c2f73
treedbd097eaeb5a3a3fee68918aa15a49de2105f8f5
parentf6a884097ce09911f9f111c3c6248859699f89cd
; Undo erroneous change in ERC's sample configuration

* doc/misc/erc.texi (Sample Configuration): Remove `erc-modules' from
the `:custom' section of the `use-package' declaration for feature `erc'
because its presence there depends on `:defer' being non-nil, and this
configuration is supposed to be `:defer' agnostic.  This reverts part of
3f1ce47f "; Add face customization to ERC's sample config".
* etc/ERC-NEWS: Mention `erc-modules' no longer being autoloaded.
* lisp/erc/erc-match.el (erc-text-matched-hooks): Explain expected
format of non-NUH matches.
* test/lisp/erc/erc-match-tests.el (test/lisp/erc/erc-match-tests.el):
Inhibit messages when running non-interactively.

(cherry picked from commit b00f400d1d3f954e460ea979f07f38f6bb31630e)
doc/misc/erc.texi
etc/ERC-NEWS
lisp/erc/erc-match.el
test/lisp/erc/erc-match-tests.el