mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-05 22:20:24 -08:00
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.
This commit is contained in:
parent
dc744fe6f3
commit
d8a0087930
5 changed files with 10 additions and 5 deletions
|
|
@ -1285,6 +1285,8 @@ the trail buffer."
|
|||
(setq calc-trail-buffer nil)
|
||||
t))))
|
||||
|
||||
(defvar touch-screen-display-keyboard)
|
||||
|
||||
(defun calc-mode ()
|
||||
"Calculator major mode.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue