mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
; Don't quote localp argument to define-erc-module
* etc/ERC-NEWS: Rearrange some entries for 5.6.1. * lisp/erc/erc-fill.el (erc-fill-wrap-mode): * lisp/erc/erc-goodies.el (erc-keep-place-indicator-mode) (erc-command-indicator-mode): * lisp/erc/erc-nicks.el (erc-nicks-mode): * lisp/erc/erc-notify.el (erc-querypoll-mode): * lisp/erc/erc-sasl.el (erc-sasl-mode): * lisp/erc/erc-services.el (erc-services-regain-mode): Don't quote localp argument. * test/lisp/erc/erc-scenarios-misc.el (erc-nicks-track-faces/defer): Skip on Emacs 27 due to recent CI failures. * test/lisp/erc/erc-scenarios-misc.el (erc-scenarios-base-flood): Adjust timeout.
This commit is contained in:
parent
92c5c1b786
commit
d6b210aa09
9 changed files with 24 additions and 19 deletions
|
|
@ -337,7 +337,7 @@ This doesn't solicit or validate a suite of supported mechanisms."
|
|||
(setf (erc-sasl--state-client erc-sasl--state) client))))
|
||||
((kill-local-variable 'erc-sasl--state)
|
||||
(kill-local-variable 'erc-sasl--options))
|
||||
'local)
|
||||
localp)
|
||||
|
||||
(define-erc-response-handler (AUTHENTICATE)
|
||||
"Begin or resume an SASL session." nil
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue