branch: master
commit 1e655f7856f1b623edccce951d17a731d8317515
Author: Dmitry Gutov <[email protected]>
Commit: Dmitry Gutov <[email protected]>

    mmm-save-local-variables: Add forward-sexp-function and SMIE-related vars
    
    #49
---
 mmm-vars.el | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/mmm-vars.el b/mmm-vars.el
index 707474e..399157f 100644
--- a/mmm-vars.el
+++ b/mmm-vars.el
@@ -299,6 +299,11 @@
     (whitespace-font-lock-mode buffer)
     (whitespace-font-lock-keywords buffer)
     (whitespace-mode buffer)
+    forward-sexp-function
+    smie-rules-function
+    smie-grammar
+    smie-forward-token-function
+    smie-backward-token-function
     )
   "Which local variables to save for major mode regions.
 Each element has the form \(VARIABLE [TYPE [MODES]]), causing VARIABLE

Reply via email to