aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2003-02-18 15:48:21 +0000
committerJuanma Barranquero2003-02-18 15:48:21 +0000
commit6c019d3b03fb91b7b0e77e26326cd6a9768dbca7 (patch)
tree29fe218bf0a61cd5fe79638c9f0b0a6ff939b4cd
parent13453b12bc280560ba8947b858d9ef5fa1551be6 (diff)
downloademacs-6c019d3b03fb91b7b0e77e26326cd6a9768dbca7.tar.gz
emacs-6c019d3b03fb91b7b0e77e26326cd6a9768dbca7.zip
(defcustom-c-stylevar): Fix character constant.
-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))))