]> git.eshelyaron.com Git - emacs.git/commit
More defcustom fixes in ERC (Bug#66520)
authorMauro Aranda <maurooaranda@gmail.com>
Fri, 13 Oct 2023 13:36:29 +0000 (10:36 -0300)
committerF. Jason Park <jp@neverwas.me>
Fri, 13 Oct 2023 14:47:01 +0000 (07:47 -0700)
commitbaf778c7caa0908789de7740aad719e168fffdf6
tree8a7b164449dd7c4fcbb1a2c9a315de9baf536511
parent52af0a5fb97bd80f8c683f1286cdb33b319add2e
More defcustom fixes in ERC (Bug#66520)

* lisp/erc/erc-fill.el (erc-fill-variable-maximum-indentation): Change
:type to choice, to allow nil.
* lisp/erc/erc-goodies.el (erc-keep-place-indicator-style): Fix
copy-pasta.
* lisp/erc/erc-networks.el (erc-networks-alist): Don't advertise that
MATCHER can be a function since it doesn't look like that's ever been
the case, reaching as far back as erc-networks.el's introduction to
the old CVS repo, in 2006.  (Bug#66520)
lisp/erc/erc-fill.el
lisp/erc/erc-goodies.el
lisp/erc/erc-networks.el