mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-27 07:41:28 -08:00
(note_mode_line_or_margin_highlight): Fix :pointer
image property.
This commit is contained in:
parent
77db5cf358
commit
9c25f170b6
1 changed files with 2 additions and 2 deletions
|
|
@ -21086,9 +21086,9 @@ note_mode_line_or_margin_highlight (w, x, y, area)
|
|||
help_echo_pos = charpos;
|
||||
}
|
||||
}
|
||||
if (NILP (pointer))
|
||||
pointer = Fsafe_plist_get (XCDR (object), QCpointer);
|
||||
}
|
||||
if (NILP (pointer))
|
||||
pointer = Fsafe_plist_get (XCDR (object), QCpointer);
|
||||
}
|
||||
|
||||
if (STRINGP (string))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue