]> git.eshelyaron.com Git - emacs.git/commit
Cease preloading touch-screen.el outside X and Android
authorPo Lu <luangruo@yahoo.com>
Wed, 6 Dec 2023 02:34:41 +0000 (10:34 +0800)
committerPo Lu <luangruo@yahoo.com>
Wed, 6 Dec 2023 02:34:41 +0000 (10:34 +0800)
commitd8a00879309a3bf62f6ffcae103aa3bdba776ee9
treeaca5c7620d0700cc0fc5fdcc9e18ce388ba2c03f
parentdc744fe6f3cd185bd9d29f61b08cd4c524e3969e
Cease preloading touch-screen.el outside X and Android

* lisp/calc/calc.el (touch-screen-display-keyboard):

* lisp/minibuffer.el (clear-minibuffer-message):

* lisp/term.el (touch-screen-display-keyboard): Declare
touch-screen-display-keyboard before binding or setting it.

* lisp/loadup.el: Don't autoload touch-screen.el outside X and
Android.

* lisp/touch-screen.el: Autoload functions called from commands
responding to touch screen events.
lisp/calc/calc.el
lisp/loadup.el
lisp/minibuffer.el
lisp/term.el
lisp/touch-screen.el