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

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

[nongnu] elpa/rust-mode b7cd368 346/486: % as punctuation character.


From: ELPA Syncer
Subject: [nongnu] elpa/rust-mode b7cd368 346/486: % as punctuation character.
Date: Sat, 7 Aug 2021 09:25:50 -0400 (EDT)

branch: elpa/rust-mode
commit b7cd368e870ba2598a8b8bb54a6ba40e719db4e2
Author: Hiroki Noda <kubo39@gmail.com>
Commit: Hiroki Noda <kubo39@gmail.com>

    % as punctuation character.
---
 rust-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rust-mode.el b/rust-mode.el
index 8b729f9..5ce194e 100644
--- a/rust-mode.el
+++ b/rust-mode.el
@@ -84,7 +84,7 @@
   (let ((table (make-syntax-table)))
 
     ;; Operators
-    (dolist (i '(?+ ?- ?* ?/ ?& ?| ?^ ?! ?< ?> ?~ ?@))
+    (dolist (i '(?+ ?- ?* ?/ ?% ?& ?| ?^ ?! ?< ?> ?~ ?@))
       (modify-syntax-entry i "." table))
 
     ;; Strings



reply via email to

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