summaryrefslogtreecommitdiff
path: root/lisp/progmodes/cc-vars.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2009-02-26 03:54:01 +0000
committerGlenn Morris <rgm@gnu.org>2009-02-26 03:54:01 +0000
commit44ea2d6c29bf01bac52b4e25863b29517ddb410a (patch)
tree72fe85a923549332d0ce5175335294af030d63a3 /lisp/progmodes/cc-vars.el
parent0d0ff7bc4f697a2f7e2e6e83b06a9429239d9bca (diff)
downloademacs-44ea2d6c29bf01bac52b4e25863b29517ddb410a.tar.gz
emacs-44ea2d6c29bf01bac52b4e25863b29517ddb410a.tar.bz2
emacs-44ea2d6c29bf01bac52b4e25863b29517ddb410a.zip
(c-style-variables-are-local-p): Mark as safe if boolean. (Bug#2197)
Diffstat (limited to 'lisp/progmodes/cc-vars.el')
-rw-r--r--lisp/progmodes/cc-vars.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/progmodes/cc-vars.el b/lisp/progmodes/cc-vars.el
index e3d111885b8..fa5aa538d72 100644
--- a/lisp/progmodes/cc-vars.el
+++ b/lisp/progmodes/cc-vars.el
@@ -1366,6 +1366,7 @@ The list of variables to buffer localize are:
c-special-indent-hook
c-indentation-style"
:type 'boolean
+ :safe 'booleanp
:group 'c)
(defcustom c-mode-hook nil