mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 18:40:39 -08:00
* rcirc.el (rcirc-reconnect): Use rcirc-reconnect-delay
This commit is contained in:
parent
32cb457529
commit
636b2081d1
1 changed files with 1 additions and 1 deletions
|
|
@ -851,7 +851,7 @@ If QUIET is non-nil, no not emit a message."
|
|||
rcirc-failed-attempts
|
||||
rcirc-reconnect-attempts))
|
||||
(setq rcirc-reconnection-timer
|
||||
(run-at-time rcirc-timeout-seconds nil
|
||||
(run-at-time rcirc-reconnect-delay nil
|
||||
#'rcirc-reconnect process t))))))))
|
||||
|
||||
(defun rcirc-sentinel (process sentinel)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue