emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/play/gamegrid.el,v


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/lisp/play/gamegrid.el,v
Date: Thu, 01 Nov 2007 03:18:43 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Dan Nicolaescu <dann>   07/11/01 03:18:43

Index: play/gamegrid.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/play/gamegrid.el,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -b -r1.31 -r1.32
--- play/gamegrid.el    9 Oct 2007 01:35:07 -0000       1.31
+++ play/gamegrid.el    1 Nov 2007 03:18:41 -0000       1.32
@@ -395,7 +395,7 @@
 
 (defun gamegrid-start-timer (period func)
   (setq gamegrid-timer
-       (if (featurep 'itimer)
+       (if (featurep 'xemacs)
            (start-itimer "Gamegrid"
                          func
                          period
@@ -420,7 +420,7 @@
 
 (defun gamegrid-kill-timer ()
   (if gamegrid-timer
-      (if (featurep 'itimer)
+      (if (featurep 'xemacs)
           (delete-itimer gamegrid-timer)
         (cancel-timer gamegrid-timer)))
   (setq gamegrid-timer nil))




reply via email to

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