/[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.27 by eliz, Sun Jun 17 11:19:11 2001 UTC revision 1.27.4.1 by eliz, Tue Nov 20 18:40:55 2001 UTC
# Line 167  One useful value to include is `turn-on- Line 167  One useful value to include is `turn-on-
167  (put 'gomoku-mode 'front-sticky  (put 'gomoku-mode 'front-sticky
168       (put 'gomoku-mode 'rear-nonsticky '(intangible)))       (put 'gomoku-mode 'rear-nonsticky '(intangible)))
169  (put 'gomoku-mode 'intangible 1)  (put 'gomoku-mode 'intangible 1)
170    ;; This one is for when they set view-read-only to t: Gomoku cannot
171    ;; allow View Mode to be activated in its buffer.
172    (put 'gomoku-mode 'mode-class 'special)
173    
174  (defun gomoku-mode ()  (defun gomoku-mode ()
175    "Major mode for playing Gomoku against Emacs.    "Major mode for playing Gomoku against Emacs.

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.27.4.1

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