]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKim F. Storm <storm@cua.dk>
Tue, 17 Feb 2004 21:35:30 +0000 (21:35 +0000)
committerKim F. Storm <storm@cua.dk>
Tue, 17 Feb 2004 21:35:30 +0000 (21:35 +0000)
src/ChangeLog

index 43a28b3e4f9b00fa5e497548757b9588c5123b88..020e02cafcf05bddd0b99c0ee847cb9059c02fd1 100644 (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.