aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 7ea7fb84ec9..08bbe9e69d2 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,6 +1,7 @@
12013-11-12 Paul Eggert <eggert@cs.ucla.edu> 12013-11-12 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * xterm.c (syms_of_xterm): staticpro Qmodifier_value. 3 * xterm.c (syms_of_xterm): staticpro Qmodifier_value, Qalt, Qhyper,
4 Qmeta, and Qsuper. This is safer, and it's what w32fns.c does.
4 5
5 * buffer.c (Fforce_mode_line_update): Don't fall off end of function 6 * buffer.c (Fforce_mode_line_update): Don't fall off end of function
6 that requires a return value. 7 that requires a return value.