]> git.eshelyaron.com Git - emacs.git/commit
Handle W = NULL in 'update_redisplay_ticks'
authorEli Zaretskii <eliz@gnu.org>
Tue, 14 Jun 2022 17:27:12 +0000 (20:27 +0300)
committerEli Zaretskii <eliz@gnu.org>
Tue, 14 Jun 2022 17:27:12 +0000 (20:27 +0300)
commit264472a507ea275476eef5a80ee630aa007434f1
tree6cc0452b1ccb40a9d832e0a2ad5b5e41100b3be8
parentbd44f39d6d4900e406f87d6f4df1ee015dd21300
Handle W = NULL in 'update_redisplay_ticks'

* src/xdisp.c (update_redisplay_ticks): If W == NULL, assume we
are iterating the current buffer.
src/xdisp.c