From: Juanma Barranquero Date: Tue, 18 Feb 2003 15:48:21 +0000 (+0000) Subject: (defcustom-c-stylevar): Fix character constant. X-Git-Tag: ttn-vms-21-2-B4~11139 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6c019d3b03fb91b7b0e77e26326cd6a9768dbca7;p=emacs.git (defcustom-c-stylevar): Fix character constant. --- 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 `c-old-style-variable-behavior' that changes this, though).") ,@(plist-put args ':type - `(` (radio + `(\` (radio (const :tag "Use style settings" set-from-style) ,(, (let ((type (eval (plist-get args ':type))))