From: Philip Kaludercic Date: Sat, 25 Sep 2021 14:27:12 +0000 (+0200) Subject: * rcirc.el (rcirc-reconnect): Use rcirc-reconnect-delay X-Git-Tag: emacs-28.0.90~638 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=636b2081d14268311202fd79093b234f1b8e4d04;p=emacs.git * rcirc.el (rcirc-reconnect): Use rcirc-reconnect-delay --- 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)