changeset 49853:5878a10628e3

(defcustom-c-stylevar): Fix character constant.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 18 Feb 2003 15:48:21 +0000
parents 4715eb251779
children 10764ce8e077
files lisp/progmodes/cc-vars.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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))))