]> git.eshelyaron.com Git - emacs.git/commit
Arrange for dialog boxes during emacsclient requests on Android
authorPo Lu <luangruo@yahoo.com>
Sun, 25 Feb 2024 03:41:02 +0000 (11:41 +0800)
committerEshel Yaron <me@eshelyaron.com>
Wed, 28 Feb 2024 17:52:22 +0000 (18:52 +0100)
commit2ae9c3218345c234178094e69be864befbe884a4
treec3d85114cb8b7cc48cc6eb6f46d79bbdef13cbb6
parent4c9c6d6d1364c67947c0ea95a97510e4b4238fc7
Arrange for dialog boxes during emacsclient requests on Android

* lisp/server.el (server-execute): Bind use-dialog-box-override
if (featurep 'android).

* lisp/subr.el (use-dialog-box-override): New option.
(use-dialog-box-p): Always display dialog boxes if variable is
set.

(cherry picked from commit 05116eac0c199b0c8409a32b349a42a21b5a0fb0)
lisp/server.el
lisp/subr.el