Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
44ea2d6c
Commit
44ea2d6c
authored
Feb 26, 2009
by
Glenn Morris
Browse files
(c-style-variables-are-local-p): Mark as safe if boolean. (Bug#2197)
parent
0d0ff7bc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
0 deletions
+11
-0
lisp/ChangeLog
lisp/ChangeLog
+10
-0
lisp/progmodes/cc-vars.el
lisp/progmodes/cc-vars.el
+1
-0
No files found.
lisp/ChangeLog
View file @
44ea2d6c
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):
...
...
lisp/progmodes/cc-vars.el
View file @
44ea2d6c
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment