]> git.eshelyaron.com Git - emacs.git/commit
Remove workarounds for solved 'read-event' bug
authorTim Ruffing <crypto@timruffing.de>
Wed, 27 Dec 2023 13:32:09 +0000 (14:32 +0100)
committerEshel Yaron <me@eshelyaron.com>
Mon, 11 Mar 2024 09:26:37 +0000 (10:26 +0100)
commit87fe6918d0e8bd2c48b354e8eadeb2df609593bf
tree0aa0f83b925a8bdb7aca42b9382d18d0a9b6c0c8
parent33cbb47b0e03c3261fd680c7621bb109a7b5bd43
Remove workarounds for solved 'read-event' bug

* lisp/subr.el (read-char-choice-with-read-key):
* lisp/net/dbus.el (dbus-call-method):
Remove workarounds for the bug fixed in the previous commit
ac82baea1c41ec974ad49f2861ae6c06bda2b4ed, where 'read-event',
'read-char' and 'read-char-exclusively' could return wrongly -1.
In the case of lisp/dbus.el, this reverts commit
7177393826c73c87ffe9b428f0e5edae244d7a98.

(cherry picked from commit d444390ec569afee35628e112a8d96d11f40175c)
lisp/net/dbus.el
lisp/subr.el