comparison src/ChangeLog @ 34489:9f2b7375b07e

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Tue, 12 Dec 2000 15:30:41 +0000
parents 101c7060c4bc
children c9772e95b9c1
comparison
equal deleted inserted replaced
34488:7892b27e1636 34489:9f2b7375b07e
5 (IT_note_mouse_highlight): Initialize portion to -1. Remove 5 (IT_note_mouse_highlight): Initialize portion to -1. Remove
6 unused variable `area'. When looking for a row under (X,Y), give 6 unused variable `area'. When looking for a row under (X,Y), give
7 up if some of the previous rows is not enabled. 7 up if some of the previous rows is not enabled.
8 8
9 2000-12-12 Gerd Moellmann <gerd@gnu.org> 9 2000-12-12 Gerd Moellmann <gerd@gnu.org>
10
11 * buffer.c (Fkill_buffer): Don't Fset_buffer when testing if
12 the buffer is the sole visible buffer when in the mini-buffer.
10 13
11 * xdisp.c (setup_echo_area_for_printing, with_echo_area_buffer): 14 * xdisp.c (setup_echo_area_for_printing, with_echo_area_buffer):
12 Bind `inhibit-read-only' to t. 15 Bind `inhibit-read-only' to t.
13 (unwind_with_echo_area_buffer): Use AREF. 16 (unwind_with_echo_area_buffer): Use AREF.
14 17