diff src/xdisp.c @ 54407:85da7ff1fca3

(note_mode_line_or_margin_highlight): Accept HEADER_LINE when keymap and cursor are setup.
author Masatake YAMATO <jet@gyve.org>
date Tue, 16 Mar 2004 13:12:03 +0000
parents 4db32fef9348
children 5b0aa631db90 5f17f5c40152
line wrap: on
line diff
--- a/src/xdisp.c	Tue Mar 16 09:52:37 2004 +0000
+++ b/src/xdisp.c	Tue Mar 16 13:12:03 2004 +0000
@@ -20349,7 +20349,7 @@
 	pointer = Fget_text_property (pos, Qpointer, string);
 
      /* Change the mouse pointer according to what is under X/Y.  */
-      if (NILP (pointer) && area == ON_MODE_LINE)
+      if (NILP (pointer) && ((area == ON_MODE_LINE) || (area == ON_HEADER_LINE)))
 	{
 	  Lisp_Object map;
 	  map = Fget_text_property (pos, Qlocal_map, string);