1
Fork 0
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:
Philip Kaludercic 2021-09-25 16:27:12 +02:00
parent 32cb457529
commit 636b2081d1

View file

@ -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)