From 636b2081d14268311202fd79093b234f1b8e4d04 Mon Sep 17 00:00:00 2001 From: Philip Kaludercic Date: Sat, 25 Sep 2021 16:27:12 +0200 Subject: [PATCH] * rcirc.el (rcirc-reconnect): Use rcirc-reconnect-delay --- lisp/net/rcirc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/net/rcirc.el b/lisp/net/rcirc.el index 4e0dd5a71f8..2e49ccb5ddc 100644 --- a/lisp/net/rcirc.el +++ b/lisp/net/rcirc.el @@ -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) -- 2.39.2