diff lisp/progmodes/cc-vars.el @ 102278:527143cc2cfe

(c-style-variables-are-local-p): Mark as safe if boolean. (Bug#2197)
author Glenn Morris <rgm@gnu.org>
date Thu, 26 Feb 2009 03:54:01 +0000
parents 0685234e527d
children 49b361ba00e8
line wrap: on
line diff
--- a/lisp/progmodes/cc-vars.el	Thu Feb 26 03:53:15 2009 +0000
+++ b/lisp/progmodes/cc-vars.el	Thu Feb 26 03:54:01 2009 +0000
@@ -1366,6 +1366,7 @@
     c-special-indent-hook
     c-indentation-style"
   :type 'boolean
+  :safe 'booleanp
   :group 'c)
 
 (defcustom c-mode-hook nil