X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/0ee81a0ce066375eac701c06cdfbdebefe594fdc..acaf905b1130aae80fa59d2c861ffd4c8eb75486:/lisp/play/zone.el diff --git a/lisp/play/zone.el b/lisp/play/zone.el index 4fa5a8c392..f1d42aafb9 100644 --- a/lisp/play/zone.el +++ b/lisp/play/zone.el @@ -1,7 +1,6 @@ ;;; zone.el --- idle display hacks -;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, -;; 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2000-2012 Free Software Foundation, Inc. ;; Author: Victor Zandy ;; Maintainer: Thien-Thi Nguyen @@ -627,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))) @@ -684,5 +685,4 @@ If nil, `zone-pgm-random-life' chooses a value from 0-3 (inclusive).") ;;;;;;;;;;;;;;; (provide 'zone) -;; arch-tag: 7092503d-74a9-4325-a55c-a026ede58cea ;;; zone.el ends here