1
Fork 0
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:
Kim F. Storm 2005-01-19 10:05:28 +00:00
parent 77db5cf358
commit 9c25f170b6

View file

@ -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))