diff options
| author | Eli Zaretskii | 2011-10-29 11:36:42 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2011-10-29 11:36:42 +0200 |
| commit | 567843934e76b72de93f61d0f35a4aa91f1c76b2 (patch) | |
| tree | fcb7f92a564f8d1d8fdf73a4304c130f355a4450 /src/ChangeLog | |
| parent | 21b7206797c252bb6e568e37d10a9fa2b2812747 (diff) | |
| download | emacs-567843934e76b72de93f61d0f35a4aa91f1c76b2.tar.gz emacs-567843934e76b72de93f61d0f35a4aa91f1c76b2.zip | |
Fix bug #9902 with crash caused by clearing mouse highlight.
src/xdisp.c (note_mouse_highlight): Don't clear mouse highlight if
hlinfo->mouse_face_window is nil.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 5a7d66ceb17..69c202faa4c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2011-10-29 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * xdisp.c (note_mouse_highlight): Don't clear mouse highlight if | ||
| 4 | hlinfo->mouse_face_window is nil. (Bug#9902) | ||
| 5 | |||
| 1 | 2011-10-29 Andreas Schwab <schwab@linux-m68k.org> | 6 | 2011-10-29 Andreas Schwab <schwab@linux-m68k.org> |
| 2 | 7 | ||
| 3 | * minibuf.c (read_minibuf_noninteractive): Allow reading empty | 8 | * minibuf.c (read_minibuf_noninteractive): Allow reading empty |