diff options
| author | F. Jason Park | 2023-05-04 00:01:11 -0700 |
|---|---|---|
| committer | F. Jason Park | 2023-07-13 18:45:31 -0700 |
| commit | 08515350faff03e4206e7ed4dfacffc55a4779cd (patch) | |
| tree | 48ac364cb0bf976271b7f1ce8835e7da27e86cbb /test | |
| parent | ded35c2da4da52641ec99927347cd50b736b9577 (diff) | |
| download | emacs-08515350faff03e4206e7ed4dfacffc55a4779cd.tar.gz emacs-08515350faff03e4206e7ed4dfacffc55a4779cd.zip | |
Add mini modules bufbar and nickbar to ERC
* doc/misc/erc.texi: Add `bufbar' and `nickbar' to known modules.
Also add `keep-place', which was missing, and remove `bbdb', which is
not part of ERC. Add new section "Auxiliary Modules" for listing
experimental modules or those typically managed by some other feature.
* erc/ERC-NEWS: Mention new mini modules for libraries
erc-status-sidebar.el and erc-speedbar.el.
* lisp/erc/erc.el (erc-modules): Add `bufbar' and `nickbar' to
selection of offered modules.
* test/lisp/erc/erc-tests.el (erc-tests--modules): Add `bufbar' and
`nickbar'. (Bug#63595)
Diffstat (limited to 'test')
| -rw-r--r-- | test/lisp/erc/erc-tests.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/lisp/erc/erc-tests.el b/test/lisp/erc/erc-tests.el index cc69641fb0b..b5db5fe8764 100644 --- a/test/lisp/erc/erc-tests.el +++ b/test/lisp/erc/erc-tests.el | |||
| @@ -1951,9 +1951,9 @@ | |||
| 1951 | (kill-buffer "#chan"))) | 1951 | (kill-buffer "#chan"))) |
| 1952 | 1952 | ||
| 1953 | (defconst erc-tests--modules | 1953 | (defconst erc-tests--modules |
| 1954 | '( autoaway autojoin button capab-identify completion dcc fill identd | 1954 | '( autoaway autojoin bufbar button capab-identify completion dcc fill identd |
| 1955 | imenu irccontrols keep-place list log match menu move-to-prompt netsplit | 1955 | imenu irccontrols keep-place list log match menu move-to-prompt netsplit |
| 1956 | networks nicks noncommands notifications notify page readonly | 1956 | networks nickbar nicks noncommands notifications notify page readonly |
| 1957 | replace ring sasl scrolltobottom services smiley sound | 1957 | replace ring sasl scrolltobottom services smiley sound |
| 1958 | spelling stamp track truncate unmorse xdcc)) | 1958 | spelling stamp track truncate unmorse xdcc)) |
| 1959 | 1959 | ||