Mercurial > emacs
changeset 45942:bcb77f40c06e
(zone-idle): Var deleted.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 21 Jun 2002 09:57:05 +0000 |
parents | c4e0e965ce70 |
children | b699a283b3fa |
files | lisp/play/zone.el |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/play/zone.el Fri Jun 21 09:56:25 2002 +0000 +++ b/lisp/play/zone.el Fri Jun 21 09:57:05 2002 +0000 @@ -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.")