* lisp/tab-bar.el (touch-screen-delay):
* lisp/tab-line.el (touch-screen-delay): Declare variables.
* lisp/touch-screen.el (touch-screen-hold): Autoload.
(beep)
(throw 'context-menu 'context-menu))
+(defvar touch-screen-delay)
+
(defun tab-bar-touchscreen-begin (event)
"Handle a touchscreen begin EVENT on the tab bar.
\f
;;; Touch screen support.
+(defvar touch-screen-delay)
+
(defun tab-line-track-tap (event &optional function)
"Track a tap starting from EVENT.
If EVENT is not a `touchscreen-begin' event, return t.
;;; Drag-to-select gesture.
+;;;###autoload
(defun touch-screen-hold (event)
"Handle a long press EVENT.
Ding and select the window at EVENT, then activate the mark. If