]> git.eshelyaron.com Git - emacs.git/commit
Support callers which sometimes run unrelated to display code
authorEli Zaretskii <eliz@gnu.org>
Tue, 14 Jun 2022 19:13:49 +0000 (22:13 +0300)
committerEli Zaretskii <eliz@gnu.org>
Tue, 14 Jun 2022 19:13:49 +0000 (22:13 +0300)
commit94e118536986207ae17535c3d130b4172e408b7c
tree11b11552912d56f905bc6ef3d2160477d4442f0a
parent264472a507ea275476eef5a80ee630aa007434f1
Support callers which sometimes run unrelated to display code

* src/xdisp.c (update_redisplay_ticks): Don't abort callers
with w == NULL if we are called outside of display engine code,
and don't update the tick count in that case.
src/xdisp.c