diff options
| author | Adrian Robert | 2009-06-10 07:40:31 +0000 |
|---|---|---|
| committer | Adrian Robert | 2009-06-10 07:40:31 +0000 |
| commit | e7777236c6715ce8248fbdea8c77e91d3e3fea90 (patch) | |
| tree | bab63101fbd8d616f1c8fcacdc6d29000c766e73 | |
| parent | b27c3bc6ec03f081147746a65e05fb5393a91dc9 (diff) | |
| download | emacs-e7777236c6715ce8248fbdea8c77e91d3e3fea90.tar.gz emacs-e7777236c6715ce8248fbdea8c77e91d3e3fea90.zip | |
* keyboard.c (kbd_buffer_get_event): Null-check used_mouse_menu.
| -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 @@ | |||
| 59 | * nsterm.m (ns_init_paths): Append path separator to INFOPATH | 59 | * nsterm.m (ns_init_paths): Append path separator to INFOPATH |
| 60 | variable. | 60 | variable. |
| 61 | 61 | ||
| 62 | 2009-06-08 Wolfgang Lux <wolfgang.lux@gmail.com> | ||
| 63 | |||
| 64 | * keyboard.c (kbd_buffer_get_event): Null-check used_mouse_menu. | ||
| 65 | |||
| 62 | 2009-06-07 Chong Yidong <cyd@stupidchicken.com> | 66 | 2009-06-07 Chong Yidong <cyd@stupidchicken.com> |
| 63 | 67 | ||
| 64 | * xdisp.c (move_it_in_display_line_to): On text-only terminals, | 68 | * xdisp.c (move_it_in_display_line_to): On text-only terminals, |