emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/gnugo 5383e47 326/357: [gnugo int] Shirk syntax, abbrev


From: Stefan Monnier
Subject: [elpa] externals/gnugo 5383e47 326/357: [gnugo int] Shirk syntax, abbrev tables in Gnugo Board mode.
Date: Sun, 29 Nov 2020 14:51:49 -0500 (EST)

branch: externals/gnugo
commit 5383e4718907cd41e3a15c9d8cd80d1565bb2222
Author: Thien-Thi Nguyen <ttn@gnu.org>
Commit: Thien-Thi Nguyen <ttn@gnu.org>

    [gnugo int] Shirk syntax, abbrev tables in Gnugo Board mode.
    
    * packages/gnugo/gnugo.el (gnugo-board-mode): ...here,
    by specifying ‘:syntax-table nil’ and ‘:abbrev-table nil’
    as the first forms in the ‘define-derived-mode’ BODY.
---
 gnugo.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnugo.el b/gnugo.el
index 78b0851..7245a3d 100644
--- a/gnugo.el
+++ b/gnugo.el
@@ -2158,6 +2158,8 @@ NOTE: At this time, GTP command handling specification is 
still
   "Major mode for playing GNU Go.
 Entering this mode runs the normal hook `gnugo-board-mode-hook'.
 In this mode, keys do not self insert."
+  :syntax-table nil
+  :abbrev-table nil
   (buffer-disable-undo)                 ; todo: undo undo undoing
   (setq font-lock-defaults '(gnugo-font-lock-keywords t)
         truncate-lines t)



reply via email to

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