# HG changeset patch # User Masatake YAMATO # Date 1117213195 0 # Node ID 17795ca537e6d42eeb92d3de33896c8a2fdfc311 # Parent 7f11f471aa3441c957af3c7e534b71e762af1f4c * xdisp.c (note_mode_line_or_margin_highlight): Change the pointer to a hand cursor when hoovering over a mouse-face. diff -r 7f11f471aa34 -r 17795ca537e6 src/ChangeLog --- a/src/ChangeLog Fri May 27 16:19:36 2005 +0000 +++ b/src/ChangeLog Fri May 27 16:59:55 2005 +0000 @@ -1,3 +1,8 @@ +2005-05-28 Masatake YAMATO + + * xdisp.c (note_mode_line_or_margin_highlight): Change the + pointer to a hand cursor when hoovering over a mouse-face. + 2005-05-27 Kenichi Handa * xterm.c (x_encode_char): Call check_ccl_update in advance. diff -r 7f11f471aa34 -r 17795ca537e6 src/xdisp.c --- a/src/xdisp.c Fri May 27 16:19:36 2005 +0000 +++ b/src/xdisp.c Fri May 27 16:59:55 2005 +0000 @@ -21443,6 +21443,9 @@ 0, 0, 0, &ignore, glyph->face_id, 1); show_mouse_face (dpyinfo, DRAW_MOUSE_FACE); + + if (NILP (pointer)) + pointer = Qhand; } }