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

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

[elpa] master ddb7b42 393/433: fix the problem that mmm-major-mode-prefe


From: Dmitry Gutov
Subject: [elpa] master ddb7b42 393/433: fix the problem that mmm-major-mode-preferences has no effect for css.
Date: Thu, 15 Mar 2018 19:44:42 -0400 (EDT)

branch: master
commit ddb7b42e59abf309d34655fab7da7a45afaa6ac6
Author: Yuta Namiki <address@hidden>
Commit: Yuta Namiki <address@hidden>

    fix the problem that mmm-major-mode-preferences has no effect for css.
---
 mmm-sample.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/mmm-sample.el b/mmm-sample.el
index 0f31ae2..7552a91 100644
--- a/mmm-sample.el
+++ b/mmm-sample.el
@@ -81,12 +81,12 @@
 (mmm-add-group
  'html-css
  '((css-cdata
-    :submode css-mode
+    :submode css
     :face mmm-code-submode-face
     :front "<style[^>]*>[ \t\n]*\\(//\\)?<!\\[CDATA\\[[ \t]*\n?"
     :back "[ \t]*\\(//\\)?]]>[ \t\n]*</style>")
    (css
-    :submode css-mode
+    :submode css
     :face mmm-code-submode-face
     :front "<style[^>]*>[ \t]*\n?"
     :back "[ \t]*</style>"



reply via email to

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