]> git.eshelyaron.com Git - emacs.git/commit
Don't pause display for pending input
authorGerd Möllmann <gerd@gnu.org>
Fri, 15 Nov 2024 12:34:55 +0000 (13:34 +0100)
committerEshel Yaron <me@eshelyaron.com>
Mon, 23 Dec 2024 15:15:45 +0000 (16:15 +0100)
commit4fd06a3618353c29fa5cd39f1cf3ece5a182de64
tree7682da3bd95ad3fa50fb536db155ea45975eaeb4
parentce553fd45dc412052a75ddd8b82c9608003727df
Don't pause display for pending input

* src/dispnew.c: Remove display_completed, redisplay_dont_pause,
redisplay-dont-pause was declared obsolete in Emacs 24.  Remove anything
checking pending input, change function signatures accordingly, and so
on.

* src/keyboard.c (read_char): Don't use redisplay_dont_pause.
* src/minibuf.c (read_minibuf): Use new function signatures.
* src/xdisp.c: Don't check display_completed. Use new API.

* lisp/subr.el (redisplay-dont-pause): Remove declaration.

(cherry picked from commit f92520d009e1ab8024b03d9d71ecc9820573c040)
lisp/subr.el
src/dispextern.h
src/dispnew.c
src/keyboard.c
src/minibuf.c
src/xdisp.c