diff lisp/ChangeLog @ 111053:b5730f66fbf4

cc-langs.el (c-type-decl-prefix-key): C++ bit: move "\(const\|throw\|volatile\)\>" nearer the start of the regexp, so that these keywords aren't wrongly matched as identifiers.
author Alan Mackenzie <acm@muc.de>
date Tue, 19 Oct 2010 20:45:42 +0000
parents 09ec9197bd83
children 9138671f67b0
line wrap: on
line diff
--- a/lisp/ChangeLog	Tue Oct 19 20:18:35 2010 +0000
+++ b/lisp/ChangeLog	Tue Oct 19 20:45:42 2010 +0000
@@ -1,5 +1,9 @@
 2010-10-19  Alan Mackenzie  <acm@muc.de>
 
+	* progmodes/cc-langs.el (c-type-decl-prefix-key): C++ bit: move
+	"\(const\|throw\|volatile\)\>" nearer the start of the regexp, so
+	that these keywords aren't wrongly matched as identifiers.
+
 	* progmodes/cc-mode.el (c-before-change, c-after-change): Move the
 	setting of c-new-BEG and c-new-END from c-before-change to
 	c-after-change.