emacs-diffs
[Top][All Lists]
Advanced

[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:34:54 -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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]