# HG changeset patch # User Juanma Barranquero # Date 1045583301 0 # Node ID 5878a10628e35011d720ddcb1aa65cab9edbc242 # Parent 4715eb251779c898be92703f35301d0f046be491 (defcustom-c-stylevar): Fix character constant. diff -r 4715eb251779 -r 5878a10628e3 lisp/progmodes/cc-vars.el --- a/lisp/progmodes/cc-vars.el Tue Feb 18 12:53:53 2003 +0000 +++ b/lisp/progmodes/cc-vars.el Tue Feb 18 15:48:21 2003 +0000 @@ -135,7 +135,7 @@ `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))))