From 6c019d3b03fb91b7b0e77e26326cd6a9768dbca7 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Tue, 18 Feb 2003 15:48:21 +0000 Subject: [PATCH] (defcustom-c-stylevar): Fix character constant. --- lisp/progmodes/cc-vars.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)))) -- 2.39.2