]> git.eshelyaron.com Git - emacs.git/commitdiff
(note_mode_line_or_margin_highlight): Accept HEADER_LINE when keymap and cursor are...
authorMasatake YAMATO <jet@gyve.org>
Tue, 16 Mar 2004 13:12:03 +0000 (13:12 +0000)
committerMasatake YAMATO <jet@gyve.org>
Tue, 16 Mar 2004 13:12:03 +0000 (13:12 +0000)
src/ChangeLog
src/xdisp.c

index ed93c0fdb7cb5652b80ec0b8302e4b5fdfb91e7b..12e5bbfa62b65f368c99910acd6254bebf5a4a43 100644 (file)
@@ -1,3 +1,8 @@
+2004-03-14  Masatake YAMATO  <jet@gyve.org>
+
+       * xdisp.c (note_mode_line_or_margin_highlight): Accept HEADER_LINE
+       when keymap and cursor are setup.
+
 2004-03-14  Steven Tamm <steventamm@mac.com>
 
        * Makefile.in (XMENU_OBJ): Do not include xmenu.o if
index fb66bf0beb08b3c0ec819c504df30fd4a8accfc6..11327e13102344cfa7df3536234f7c38c78de926 100644 (file)
@@ -20349,7 +20349,7 @@ note_mode_line_or_margin_highlight (w, x, y, area)
        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);