]> git.eshelyaron.com Git - emacs.git/commit
Finished work on mouse highlight that comes from display strings.
authorEli Zaretskii <eliz@gnu.org>
Sat, 16 Oct 2010 16:14:16 +0000 (18:14 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 16 Oct 2010 16:14:16 +0000 (18:14 +0200)
commitd0010be502380e58590d6e771f7b1853b99897aa
treee6c2207007f06a2406ad35cc1ed8ad8359eba1d8
parentd2038a612693faa218797ba5a8b39ce86ecbd675
Finished work on mouse highlight that comes from display strings.
Not tested yet.

 xdisp.c (fast_find_string_pos): #ifdef away, not used anymore.
 (mouse_face_from_string_pos): New function, replaces fast_find_string_pos.
 (note_mouse_highlight): Call it instead of fast_find_string_pos.
src/ChangeLog
src/xdisp.c