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

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

[nongnu] elpa/j-mode 7895c91 50/56: Change read syntax for capital N


From: ELPA Syncer
Subject: [nongnu] elpa/j-mode 7895c91 50/56: Change read syntax for capital N
Date: Sun, 29 Aug 2021 11:20:52 -0400 (EDT)

branch: elpa/j-mode
commit 7895c91dbd06342217c918e95c3b3614a22d5f11
Author: Andrew Christianson <achristianson@edmunds.com>
Commit: Andrew Christianson <achristianson@edmunds.com>

    Change read syntax for capital N
    
    It looks like ?\N is now the read syntax for named characters.
---
 j-font-lock.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/j-font-lock.el b/j-font-lock.el
index 3d4b678..9b9a136 100644
--- a/j-font-lock.el
+++ b/j-font-lock.el
@@ -94,7 +94,7 @@
     (modify-syntax-entry ?\( "()"  table)
     (modify-syntax-entry ?\) ")("  table)
     (modify-syntax-entry ?\' "\""  table)
-    (modify-syntax-entry ?\N "w 1" table)
+    (modify-syntax-entry ?N "w 1" table)
     (modify-syntax-entry ?\B "w 2" table)
     (modify-syntax-entry ?\n ">"   table)
     (modify-syntax-entry ?\r ">"   table)



reply via email to

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