]> git.eshelyaron.com Git - emacs.git/commitdiff
(c-style-variables-are-local-p): Mark as safe if boolean. (Bug#2197)
authorGlenn Morris <rgm@gnu.org>
Thu, 26 Feb 2009 03:54:01 +0000 (03:54 +0000)
committerGlenn Morris <rgm@gnu.org>
Thu, 26 Feb 2009 03:54:01 +0000 (03:54 +0000)
lisp/ChangeLog
lisp/progmodes/cc-vars.el

index afed8c8471cff34dc71d1c2add4f97152ef46c5d..c5e69421eedeb205760f0c1e53cb36f44fd441ca 100644 (file)
@@ -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):
index e3d111885b847741a0a33038ee0ba72d4d78cd5a..fa5aa538d7296eb0ed781ed4592493730d3e1100 100644 (file)
@@ -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