aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlan Mackenzie2011-02-20 18:35:30 +0000
committerAlan Mackenzie2011-02-20 18:35:30 +0000
commitaa9c0efca422faa3191144860728cd55a557a7fc (patch)
treea5f6afffa12318a007c0cbae26c19193a2915b77
parent4856384c16c050ccb57e989623853e1d1216d73d (diff)
downloademacs-aa9c0efca422faa3191144860728cd55a557a7fc.tar.gz
emacs-aa9c0efca422faa3191144860728cd55a557a7fc.zip
.
-rw-r--r--lisp/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index a2a0d9d2069..11b63fec16b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12011-02-20 Alan Mackenzie <acm@muc.de>
2
3 * progmodes/cc-cmds.el (c-beginning-of-statement): Avoid loop in
4 locating the beginning of a macro. (Bug#7595)
5
12011-02-20 Glenn Morris <rgm@gnu.org> 62011-02-20 Glenn Morris <rgm@gnu.org>
2 7
3 * edmacro.el (edmacro-eight-bits): Make it a defcustom. 8 * edmacro.el (edmacro-eight-bits): Make it a defcustom.
@@ -836,7 +841,7 @@
836 * progmodes/cc-cmds.el (c-forward-over-illiterals): 841 * progmodes/cc-cmds.el (c-forward-over-illiterals):
837 Continue parsing if we encounter a naked # (Bug#7595). 842 Continue parsing if we encounter a naked # (Bug#7595).
838 (c-beginning-of-statement): Avoid loop in locating the beginning 843 (c-beginning-of-statement): Avoid loop in locating the beginning
839 of a macro. 844 of a macro. (Not actually committed until 2011-02-20, see above).
840 845
8412011-01-31 Chong Yidong <cyd@stupidchicken.com> 8462011-01-31 Chong Yidong <cyd@stupidchicken.com>
842 847