mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
(c-style-variables-are-local-p): Mark as safe if boolean. (Bug#2197)
This commit is contained in:
parent
0d0ff7bc4f
commit
44ea2d6c29
2 changed files with 11 additions and 0 deletions
|
|
@ -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):
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue