From 44ea2d6c29bf01bac52b4e25863b29517ddb410a Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 26 Feb 2009 03:54:01 +0000 Subject: [PATCH] (c-style-variables-are-local-p): Mark as safe if boolean. (Bug#2197) --- lisp/ChangeLog | 10 ++++++++++ lisp/progmodes/cc-vars.el | 1 + 2 files changed, 11 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index afed8c8471c..c5e69421eed 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --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 -- 2.39.5