aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2013-11-16 11:27:19 +0200
committerEli Zaretskii2013-11-16 11:27:19 +0200
commit3d6dec8d1ef99202a00c58a6ebdc3aaac7d83de6 (patch)
treeed5ad2da4625ee00c65db2fe318e2c717bd4f32f /src/ChangeLog
parent43cebc237c147aecf53b6d2dc64f5df3e92b4d98 (diff)
downloademacs-3d6dec8d1ef99202a00c58a6ebdc3aaac7d83de6.tar.gz
emacs-3d6dec8d1ef99202a00c58a6ebdc3aaac7d83de6.zip
Fix bug #15907 with crashes due to after-change-functions.
src/keymap.c (describe_map): Don't crash if PT is 1 both before and after inserting the description string.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index f92eb7b85fc..696475c17e5 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12013-11-16 Eli Zaretskii <eliz@gnu.org>
2
3 * keymap.c (describe_map): Don't crash if PT is 1 both before and
4 after inserting the description string. (Bug#15907)
5
12013-11-15 Paul Eggert <eggert@cs.ucla.edu> 62013-11-15 Paul Eggert <eggert@cs.ucla.edu>
2 7
3 * data.c: Work around bogus GCC diagnostic about shift count. 8 * data.c: Work around bogus GCC diagnostic about shift count.