1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-20 18:17:20 +00:00

(defcustom-c-stylevar): Fix character constant.

This commit is contained in:
Juanma Barranquero 2003-02-18 15:48:21 +00:00
parent 13453b12bc
commit 6c019d3b03

View File

@ -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))))