.
authorAlan Mackenzie <acm@muc.de>
Sun, 20 Feb 2011 18:35:30 +0000 (18:35 +0000)
committerAlan Mackenzie <acm@muc.de>
Sun, 20 Feb 2011 18:35:30 +0000 (18:35 +0000)
lisp/ChangeLog

index a2a0d9d..11b63fe 100644 (file)
@@ -1,3 +1,8 @@
+2011-02-20  Alan Mackenzie  <acm@muc.de>
+
+       * progmodes/cc-cmds.el (c-beginning-of-statement): Avoid loop in
+       locating the beginning of a macro.  (Bug#7595)
+
 2011-02-20  Glenn Morris  <rgm@gnu.org>
 
        * edmacro.el (edmacro-eight-bits): Make it a defcustom.
        * progmodes/cc-cmds.el (c-forward-over-illiterals):
        Continue parsing if we encounter a naked # (Bug#7595).
        (c-beginning-of-statement): Avoid loop in locating the beginning
-       of a macro.
+       of a macro.  (Not actually committed until 2011-02-20, see above).
 
 2011-01-31  Chong Yidong  <cyd@stupidchicken.com>