aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/progmodes/cc-vars.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/cc-vars.el b/lisp/progmodes/cc-vars.el
index eb95508f2e3..3f40a0c361a 100644
--- a/lisp/progmodes/cc-vars.el
+++ b/lisp/progmodes/cc-vars.el
@@ -135,7 +135,7 @@ the value set here overrides the style system (there is a variable
135`c-old-style-variable-behavior' that changes this, though).") 135`c-old-style-variable-behavior' that changes this, though).")
136 ,@(plist-put 136 ,@(plist-put
137 args ':type 137 args ':type
138 `(` (radio 138 `(\` (radio
139 (const :tag "Use style settings" 139 (const :tag "Use style settings"
140 set-from-style) 140 set-from-style)
141 ,(, (let ((type (eval (plist-get args ':type)))) 141 ,(, (let ((type (eval (plist-get args ':type))))