From 2f9b4cfc75f0f52c6e13994659d7cfbe9be85e53 Mon Sep 17 00:00:00 2001 From: Leo Liu Date: Sun, 11 May 2014 09:39:49 +0800 Subject: [PATCH] * net/rcirc.el (rcirc-sentinel): Fix last change. --- lisp/ChangeLog | 4 ++++ lisp/net/rcirc.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1a9b1991279..b7a0f49bded 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2014-05-11 Leo Liu + + * net/rcirc.el (rcirc-sentinel): Fix last change. + 2014-05-08 Sam Steingold * net/rcirc.el (rcirc-reconnect-delay): New user option. diff --git a/lisp/net/rcirc.el b/lisp/net/rcirc.el index 346c885fda4..963b5aa12b6 100644 --- a/lisp/net/rcirc.el +++ b/lisp/net/rcirc.el @@ -686,7 +686,7 @@ When 0, do not auto-reconnect." (when (or (null rcirc-last-connect-time) (< rcirc-reconnect-delay (float-time (time-subtract now rcirc-last-connect-time)))) - (setq sds-rcirc-sentinel-last now) + (setq rcirc-last-connect-time now) (rcirc-cmd-reconnect nil)))) (run-hook-with-args 'rcirc-sentinel-functions process sentinel)))) -- 2.39.5