aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 75c2a01d2d2..53795742131 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,6 +1,6 @@
12014-07-14 Paul Eggert <eggert@cs.ucla.edu> 12014-07-14 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * macros.c (Fstart_kbd_macro): Simplify. 3 * macros.c (Fstart_kbd_macro): Avoid need for overflow check.
4 This works around a GCC compiler bug when Emacs is configured with 4 This works around a GCC compiler bug when Emacs is configured with
5 --enable-gcc-warnings. 5 --enable-gcc-warnings.
6 6