diff options
| author | F. Jason Park | 2024-10-11 18:12:16 -0700 |
|---|---|---|
| committer | F. Jason Park | 2024-10-18 18:37:57 -0700 |
| commit | b00f400d1d3f954e460ea979f07f38f6bb31630e (patch) | |
| tree | 2bdaa76f9341fca3d37a0b79ebd9618d70a76ef9 /test | |
| parent | 1374f20491bbf0c37760cdb84f6020f80fe4eadd (diff) | |
| download | emacs-b00f400d1d3f954e460ea979f07f38f6bb31630e.tar.gz emacs-b00f400d1d3f954e460ea979f07f38f6bb31630e.zip | |
; 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.
Diffstat (limited to 'test')
| -rw-r--r-- | test/lisp/erc/erc-match-tests.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/lisp/erc/erc-match-tests.el b/test/lisp/erc/erc-match-tests.el index d22a945724b..fb92a153c95 100644 --- a/test/lisp/erc/erc-match-tests.el +++ b/test/lisp/erc/erc-match-tests.el | |||
| @@ -569,7 +569,8 @@ | |||
| 569 | 569 | ||
| 570 | (defun erc-match-tests--log-matches () | 570 | (defun erc-match-tests--log-matches () |
| 571 | (let ((erc-log-matches-flag t) | 571 | (let ((erc-log-matches-flag t) |
| 572 | (erc-timestamp-format "[@@TS@@]")) | 572 | (erc-timestamp-format "[@@TS@@]") |
| 573 | (inhibit-message noninteractive)) | ||
| 573 | (erc-match-tests--hl-type-keyword) | 574 | (erc-match-tests--hl-type-keyword) |
| 574 | (with-current-buffer "*scratch*" | 575 | (with-current-buffer "*scratch*" |
| 575 | (ert-simulate-keys "\t\r" | 576 | (ert-simulate-keys "\t\r" |