Open
Description
These variables seem necessary to get C mode to work inside mmm.
git diff
diff --git a/mmm-vars.el b/mmm-vars.el
index 00478eb..9d04636 100644
--- a/mmm-vars.el
+++ b/mmm-vars.el
@@ -184,6 +184,7 @@
c-comment-prefix-regexp
c-comment-start-regexp
c-cpp-defined-fns
+ c-cpp-expr-functions-key
c-current-comment-prefix
c-decl-block-key
c-decl-hangon-key
@@ -196,6 +197,7 @@
c-expr-kwds
c-file-offsets
c-file-style
+ c-found-types
c-not-primitive-type-keywords-regexp
c-hanging-braces-alist
c-hanging-colons-alist
@@ -223,8 +225,10 @@
c-lambda-kwds
c-literal-start-regexp
c-macro-with-semi-re
+ c-make-top-level-key
;; c-make-top-level-key
;; c-make-top-level-kwds
+ c-noise-macro-with-parens-name-re
c-nonlabel-token-key
c-nonlabel-token-2-key
c-nonsymbol-chars
@@ -258,6 +262,7 @@
c-other-decl-block-kwds
c-other-decl-kwds
c-overloadable-operators-regexp
+ c-pack-key
c-paragraph-separate
c-paragraph-start
c-paren-stmt-key
@@ -286,6 +291,7 @@
c-syntactic-ws-start
c-type-decl-prefix-key
c-type-decl-suffix-key
+ c-type-decl-suffix-ws-ids-key
c-type-prefix-key
c-typeof-key
c-prefix-spec-kwds-re
Metadata
Metadata
Assignees
Labels
No labels