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

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

[nongnu] elpa/go-mode bb66ca4 122/495: xemacs comment handling


From: ELPA Syncer
Subject: [nongnu] elpa/go-mode bb66ca4 122/495: xemacs comment handling
Date: Sat, 7 Aug 2021 09:04:56 -0400 (EDT)

branch: elpa/go-mode
commit bb66ca4038ec447a7ec6798c388fa8a67915c121
Author: Dominik Honnef <dominikh@fork-bomb.org>
Commit: Dominik Honnef <dominikh@fork-bomb.org>

    xemacs comment handling
---
 go-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/go-mode.el b/go-mode.el
index 52a0efc..57efb9c 100644
--- a/go-mode.el
+++ b/go-mode.el
@@ -69,7 +69,7 @@
     (modify-syntax-entry ?=  "." st)
     (modify-syntax-entry ?<  "." st)
     (modify-syntax-entry ?>  "." st)
-    (modify-syntax-entry ?/  ". 124b" st)
+    (modify-syntax-entry ?/ (if (go--xemacs-p) ". 1456" ". 124b") st)
     (modify-syntax-entry ?*  ". 23" st)
     (modify-syntax-entry ?\n "> b" st)
     (modify-syntax-entry ?\" "\"" st)



reply via email to

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