emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/erc/erc-notify.el,v


From: Michael W. Olson
Subject: [Emacs-diffs] Changes to emacs/lisp/erc/erc-notify.el,v
Date: Thu, 29 Nov 2007 22:36:40 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Michael W. Olson <mwolson>      07/11/29 22:36:38

Index: erc-notify.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/erc/erc-notify.el,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- erc-notify.el       26 Jul 2007 05:26:52 -0000      1.6
+++ erc-notify.el       29 Nov 2007 22:36:38 -0000      1.7
@@ -111,7 +111,8 @@
 ;;;; Timer handler
 
 (defun erc-notify-timer (now)
-  (when (and erc-notify-list
+  (when (and erc-server-connected
+            erc-notify-list
             (> (erc-time-diff
                 erc-last-ison-time now)
                erc-notify-interval))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]