# HG changeset patch # User Glenn Morris # Date 1235620441 0 # Node ID 527143cc2cfeb97a96416c6aa7d62cb807651088 # Parent ac468e2eb03e174fba16376858f0ad4962692dcd (c-style-variables-are-local-p): Mark as safe if boolean. (Bug#2197) diff -r ac468e2eb03e -r 527143cc2cfe lisp/ChangeLog --- a/lisp/ChangeLog Thu Feb 26 03:53:15 2009 +0000 +++ b/lisp/ChangeLog Thu Feb 26 03:54:01 2009 +0000 @@ -1,3 +1,13 @@ +2009-02-26 Glenn Morris + + * progmodes/cc-vars.el (c-style-variables-are-local-p): + Mark as safe if boolean. (Bug#2197) + +2009-02-26 Tobias C. Rittweiler (tiny change) + + * mail/sendmail.el (sendmail-send-it): `call-process-region' can + return a string. (Bug#2428) + 2009-02-25 Juanma Barranquero * bs.el (bs--down): diff -r ac468e2eb03e -r 527143cc2cfe lisp/progmodes/cc-vars.el --- 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