changeset 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 ac468e2eb03e
children 87d779fe8006
files lisp/ChangeLog lisp/progmodes/cc-vars.el
diffstat 2 files changed, 11 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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  <rgm@gnu.org>
+
+	* progmodes/cc-vars.el (c-style-variables-are-local-p):
+	Mark as safe if boolean.  (Bug#2197)
+
+2009-02-26  Tobias C. Rittweiler  <tcr@freebits.de>  (tiny change)
+
+	* mail/sendmail.el (sendmail-send-it): `call-process-region' can
+	return a string.  (Bug#2428)
+
 2009-02-25  Juanma Barranquero  <lekktu@gmail.com>
 
 	* bs.el (bs--down):
--- 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