Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
73bc43da
Commit
73bc43da
authored
Mar 16, 2004
by
Masatake YAMATO
Browse files
(note_mode_line_or_margin_highlight): Accept HEADER_LINE when keymap and cursor are setup.
parent
0f214cdf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
src/ChangeLog
src/ChangeLog
+5
-0
src/xdisp.c
src/xdisp.c
+1
-1
No files found.
src/ChangeLog
View file @
73bc43da
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
...
...
src/xdisp.c
View file @
73bc43da
...
...
@@ -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);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment