branch: elpa/rust-mode
commit b4ff35c6561472955bd7f0d2e902d34edc3f9b20
Author: Tom Tromey <[email protected]>
Commit: Tom Tromey <[email protected]>

    remove rust-mode-character-literal-syntax-table
    
    Fix #53
---
 rust-mode.el | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/rust-mode.el b/rust-mode.el
index 58df76d..0635f0c 100644
--- a/rust-mode.el
+++ b/rust-mode.el
@@ -40,13 +40,6 @@
 
     table))
 
-(defvar rust-mode-character-literal-syntax-table
-  (let ((table (make-syntax-table rust-mode-syntax-table)))
-    (modify-syntax-entry ?' "\"" table)
-    (modify-syntax-entry ?\" "_" table)
-
-    table))
-
 (defgroup rust-mode nil
   "Support for Rust code."
   :link '(url-link "http://www.rust-lang.org/";)

Reply via email to