*** empty log message ***

This commit is contained in:
Kim F. Storm 2004-02-17 21:35:30 +00:00
parent 7a272039b5
commit b26f249f3e

View file

@ -1,7 +1,9 @@
2004-02-17 Kim F. Storm <storm@cua.dk>
* xdisp.c (fast_find_position): Fix return value of new version
(was inverted compared to the 21.1 version).
* xdisp.c (fast_find_position): Fix return value of new version;
it was inverted compared to the 21.1 version.
(get_window_cursor_type): Don't look at glyph if NULL.
(display_and_set_cursor): Set glyph to NULL if cursor in fringe.
* keyboard.c: Rework previous change; it didn't consider that the
buf array was allocated on the stack.