branch: externals/mmm-mode
commit 783572fe509d9c03179634acd19e34190316686a
Author: Dmitry Gutov <[email protected]>
Commit: Dmitry Gutov <[email protected]>
Actually save it per-buffer
#99
---
mmm-vars.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mmm-vars.el b/mmm-vars.el
index 8c0b4ce..073a4b5 100644
--- a/mmm-vars.el
+++ b/mmm-vars.el
@@ -135,7 +135,6 @@
font-lock-mark-block-function ; Override this?
font-lock-syntactic-keywords
font-lock-syntactic-face-function
- syntax-ppss-table
parse-sexp-ignore-comments ; Fixes indentation in PHP-mode?
;; Can be different in different buffers
(c-basic-offset
@@ -302,6 +301,7 @@
local-abbrev-table
;; And finally the syntax table and local map.
((syntax-table . set-syntax-table) buffer)
+ (syntax-ppss-table buffer)
((current-local-map . use-local-map) buffer)
paragraph-separate
paragraph-start