]> git.eshelyaron.com Git - emacs.git/commit
Properly avoid displaying the OSK for calls to read-key-sequence
authorPo Lu <luangruo@yahoo.com>
Sun, 19 Nov 2023 03:38:02 +0000 (11:38 +0800)
committerPo Lu <luangruo@yahoo.com>
Sun, 19 Nov 2023 03:38:02 +0000 (11:38 +0800)
commit7751ef3a323a094c8abf129dcc49b52637127b70
tree6ca1b084f87ea329d14cdc97192055988a905e2a
parent2cb78a31ebbb2dbadf1565a216312f36ef8e8384
Properly avoid displaying the OSK for calls to read-key-sequence

* lisp/touch-screen.el (touch-screen-handle-point-up): If prompt
is set, throw the input event rather than execute its command.
lisp/touch-screen.el