aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong <[email protected]>2008-10-25 20:21:19 +0000
committerChong Yidong <[email protected]>2008-10-25 20:21:19 +0000
commit6c56a0f32ec906d040770591a76cf3adae2e4e88 (patch)
treea6d47c67973e8edecc91a14671d375ddc0c9cf78 /src/ChangeLog
parent1afc022db0de05e47016911e4374d5f88ea87a38 (diff)
* keyboard.c (read_char_minibuf_menu_prompt): Ensure that
read_char_minibuf_menu_text is large enough to hold the menu string.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 4ee8bcbe77..de78a5e574 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
+2008-10-25 Chong Yidong <[email protected]>
+
+ * keyboard.c (read_char_minibuf_menu_prompt): Ensure that
+ read_char_minibuf_menu_text is large enough to hold the menu
+ string.
+
2008-10-25 Martin Rudalics <[email protected]>
* window.c (Fget_buffer_window, Fdelete_windows_on)