[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/play/pong.el
From: |
Eli Zaretskii |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/play/pong.el |
Date: |
Wed, 06 Feb 2002 06:52:39 -0500 |
Index: emacs/lisp/play/pong.el
diff -c emacs/lisp/play/pong.el:1.8 emacs/lisp/play/pong.el:1.9
*** emacs/lisp/play/pong.el:1.8 Sat Oct 13 14:28:55 2001
--- emacs/lisp/play/pong.el Wed Feb 6 06:34:54 2002
***************
*** 49,55 ****
:group 'pong
:type '(integer))
! (defcustom pong-height 30
"*Height of the playfield."
:group 'pong
:type '(integer))
--- 49,55 ----
:group 'pong
:type '(integer))
! (defcustom pong-height (min 30 (- (frame-height) 6))
"*Height of the playfield."
:group 'pong
:type '(integer))