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

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

[elpa] externals/mmm-mode 783572f 03/12: Actually save it per-buffer


From: Dmitry Gutov
Subject: [elpa] externals/mmm-mode 783572f 03/12: Actually save it per-buffer
Date: Sun, 24 May 2020 20:16:09 -0400 (EDT)

branch: externals/mmm-mode
commit 783572fe509d9c03179634acd19e34190316686a
Author: Dmitry Gutov <address@hidden>
Commit: Dmitry Gutov <address@hidden>

    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



reply via email to

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