* lisp/erc/erc.el (erc-cmd-RECONNECT): Fix macro arg.
This commit is contained in:
parent
913aa90013
commit
0606b095d2
1 changed files with 1 additions and 1 deletions
|
@ -4071,7 +4071,7 @@ the message given by REASON."
|
|||
(delete-process process))
|
||||
(erc-server-reconnect)
|
||||
(with-suppressed-warnings ((obsolete erc-server-reconnecting)
|
||||
((obsolete erc-reuse-buffers)))
|
||||
(obsolete erc-reuse-buffers))
|
||||
(if erc-reuse-buffers
|
||||
(progn (cl-assert (not erc--server-reconnecting))
|
||||
(cl-assert (not erc-server-reconnecting)))
|
||||
|
|
Loading…
Add table
Reference in a new issue