diff options
author | Adrian Robert <Adrian.B.Robert@gmail.com> | 2009-06-10 07:40:31 +0000 |
---|---|---|
committer | Adrian Robert <Adrian.B.Robert@gmail.com> | 2009-06-10 07:40:31 +0000 |
commit | e7777236c6715ce8248fbdea8c77e91d3e3fea90 (patch) | |
tree | bab63101fbd8d616f1c8fcacdc6d29000c766e73 /src | |
parent | b27c3bc6ec03f081147746a65e05fb5393a91dc9 (diff) | |
download | emacs-e7777236c6715ce8248fbdea8c77e91d3e3fea90.tar.gz |
* keyboard.c (kbd_buffer_get_event): Null-check used_mouse_menu.
Diffstat (limited to 'src')
-rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 21b69dc37dd..7b9e2f62b14 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -59,6 +59,10 @@ * nsterm.m (ns_init_paths): Append path separator to INFOPATH variable. +2009-06-08 Wolfgang Lux <wolfgang.lux@gmail.com> + + * keyboard.c (kbd_buffer_get_event): Null-check used_mouse_menu. + 2009-06-07 Chong Yidong <cyd@stupidchicken.com> * xdisp.c (move_it_in_display_line_to): On text-only terminals, |