]> code.delx.au - gnu-emacs/commitdiff
(zone-idle): Var deleted.
authorRichard M. Stallman <rms@gnu.org>
Fri, 21 Jun 2002 09:57:05 +0000 (09:57 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 21 Jun 2002 09:57:05 +0000 (09:57 +0000)
lisp/play/zone.el

index b2781c8afbf575cd03cd8368b616ced69514ccbc..0f17a34f5f2f6c8c9b13fa67d2c3dc78da197d23 100644 (file)
@@ -44,9 +44,6 @@
 (require 'tabify)
 (eval-when-compile (require 'cl))
 
-(defvar zone-idle 20
-  "*Seconds to idle before zoning out.")
-
 (defvar zone-timer nil
   "The timer we use to decide when to zone out, or nil if none.")