]> 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 14:54:36 +0000 (15:54 +0100)
commit81a1437211cf1934d8e296d596e23a99adad41a2
treebe50d73e26bd456df1d5770e3025c9ce464a2eec
parent31c16959708cae2a8f3c39946178dc72797af72c
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 f62d70f52f4f6b7ed158d618bf790df21f171172)
lisp/subr.el
src/dispextern.h
src/dispnew.c
src/keyboard.c
src/minibuf.c
src/xdisp.c