]> git.eshelyaron.com Git - emacs.git/commit
Do not report text conversion information from tooltip frames
authorPo Lu <luangruo@yahoo.com>
Tue, 7 May 2024 08:50:14 +0000 (16:50 +0800)
committerEshel Yaron <me@eshelyaron.com>
Wed, 8 May 2024 16:48:35 +0000 (18:48 +0200)
commit2d0b10b33a75b81e8d178332e3b689344ee50d36
tree885376a9833002b665707d8a67ab2faa67e0d0c4
parentbef5b80e944ed5825be81a72bf5b788378c98572
Do not report text conversion information from tooltip frames

* src/xdisp.c (mark_window_display_accurate_1): Skip
report_point_change if FRAME_WINDOW_P (WINDOW_XFRAME (w)).

(cherry picked from commit b08d5158c4f96849dde763029be7bf25a2b10d4b)
src/xdisp.c