From 2f9b4cfc75f0f52c6e13994659d7cfbe9be85e53 Mon Sep 17 00:00:00 2001 From: Leo Liu Date: Sun, 11 May 2014 09:39:49 +0800 Subject: * net/rcirc.el (rcirc-sentinel): Fix last change. --- lisp/net/rcirc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/net') diff --git a/lisp/net/rcirc.el b/lisp/net/rcirc.el index 346c885fda..963b5aa12b 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)))) -- cgit v1.2.3