/[emacs]/emacs/lisp/play/gomoku.el
ViewVC logotype

Diff of /emacs/lisp/play/gomoku.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.31 by pj, Sat Nov 10 08:14:13 2001 UTC revision 1.32 by eliz, Tue Nov 20 18:33:42 2001 UTC
# Line 188  One useful value to include is `turn-on- Line 188  One useful value to include is `turn-on-
188  (put 'gomoku-mode 'front-sticky  (put 'gomoku-mode 'front-sticky
189       (put 'gomoku-mode 'rear-nonsticky '(intangible)))       (put 'gomoku-mode 'rear-nonsticky '(intangible)))
190  (put 'gomoku-mode 'intangible 1)  (put 'gomoku-mode 'intangible 1)
191    ;; This one is for when they set view-read-only to t: Gomoku cannot
192    ;; allow View Mode to be activated in its buffer.
193    (put 'gomoku-mode 'mode-class 'special)
194    
195  (define-derived-mode gomoku-mode nil "Gomoku"  (define-derived-mode gomoku-mode nil "Gomoku"
196    "Major mode for playing Gomoku against Emacs.    "Major mode for playing Gomoku against Emacs.

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26