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/gomoku.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/play/gomoku.el
Date: Tue, 04 Feb 2003 08:20:43 -0500

Index: emacs/lisp/play/gomoku.el
diff -c emacs/lisp/play/gomoku.el:1.37 emacs/lisp/play/gomoku.el:1.38
*** emacs/lisp/play/gomoku.el:1.37      Sun Jan 12 15:49:41 2003
--- emacs/lisp/play/gomoku.el   Tue Feb  4 08:20:41 2003
***************
*** 80,86 ****
    :type 'hook
    :group 'gomoku)
  
! ;;; 
  ;;; CONSTANTS FOR BOARD
  ;;;
  
--- 80,86 ----
    :type 'hook
    :group 'gomoku)
  
! ;;;
  ;;; CONSTANTS FOR BOARD
  ;;;
  
***************
*** 840,846 ****
                     gomoku-square-height)
                  1)
             gomoku-board-height))))
!   
  (defun gomoku-mouse-play (click)
    "Play at the square where you click."
    (interactive "e")
--- 840,846 ----
                     gomoku-square-height)
                  1)
             gomoku-board-height))))
! 
  (defun gomoku-mouse-play (click)
    "Play at the square where you click."
    (interactive "e")




reply via email to

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