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

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

[elpa] master f76038c 2/3: [gnugo int] Shirk syntax, abbrev tables in Gn


From: Thien-Thi Nguyen
Subject: [elpa] master f76038c 2/3: [gnugo int] Shirk syntax, abbrev tables in Gnugo Board mode.
Date: Mon, 6 Feb 2017 20:54:30 +0000 (UTC)

branch: master
commit f76038c4dc7358764ebe33d54e76cbe76e0ce3e9
Author: Thien-Thi Nguyen <address@hidden>
Commit: Thien-Thi Nguyen <address@hidden>

    [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.
---
 packages/gnugo/gnugo.el |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/packages/gnugo/gnugo.el b/packages/gnugo/gnugo.el
index 78b0851..7245a3d 100644
--- a/packages/gnugo/gnugo.el
+++ b/packages/gnugo/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]