diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2011-04-21 14:24:46 +0200 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2011-04-21 14:24:46 +0200 |
commit | 121656e9e3bd049f75d979360295a60944ff19d6 (patch) | |
tree | 2ef8a583f3234ec6eb666d200010d603b10388f5 /lisp/play/zone.el | |
parent | 891e751b65caba415af328856e27345382f4416d (diff) | |
download | emacs-121656e9e3bd049f75d979360295a60944ff19d6.tar.gz |
lisp/play/*.el: Lexical-binding cleanup.
Diffstat (limited to 'lisp/play/zone.el')
-rw-r--r-- | lisp/play/zone.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/play/zone.el b/lisp/play/zone.el index 75c3b6fbc7d..d194a8af919 100644 --- a/lisp/play/zone.el +++ b/lisp/play/zone.el @@ -626,6 +626,8 @@ If the element is a function or a list of a function and a number, "*Seconds to wait between successive `life' generations. If nil, `zone-pgm-random-life' chooses a value from 0-3 (inclusive).") +(defvar life-patterns) ; from life.el + (defun zone-pgm-random-life () (require 'life) (zone-fill-out-screen (1- (window-width)) (1- (window-height))) |