aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2013-11-11 22:07:37 -0800
committerPaul Eggert2013-11-11 22:07:37 -0800
commitb3671617075e5d7307255425c292c9f211606cd2 (patch)
tree7f6809e3447f9806cb3c8983365132fff1aea466 /src/ChangeLog
parente3ac17b675da71159c536221efe9e0f932e937f2 (diff)
downloademacs-b3671617075e5d7307255425c292c9f211606cd2.tar.gz
emacs-b3671617075e5d7307255425c292c9f211606cd2.zip
* xterm.c (syms_of_xterm): staticpro Qalt, Qhyper, Qmeta, and Qsuper.
This is safer, and it's what w32fns.c does.
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.