1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-01 20:06:00 +00:00

*** empty log message ***

This commit is contained in:
Alan Mackenzie 2007-08-25 16:57:31 +00:00
parent aad5673d98
commit f2f800c3ef

View File

@ -1,3 +1,14 @@
2007-08-25 Alan Mackenzie <acm@muc.de>
* progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
new language variable.
* progmodes/cc-engine.el (c-brace-anchor-point): new function.
(c-add-stmt-syntax): Give accurate anchor points for "namespace",
"extern" etc., rather than BOI. Fix addition of spurious
syntactic-symbol 'defun-block-intro, replacing it with
'innamespace, etc.
2007-08-25 Juri Linkov <juri@jurta.org>
* files.el (auto-mode-alist): Move "\\.x[bp]m\\'" to image-mode.el.