Function: tab-bar-handle-timeout
tab-bar-handle-timeout is a byte-compiled function defined in
tab-bar.el.gz.
Signature
(tab-bar-handle-timeout)
Documentation
Handle a touch-screen timeout on the tab bar.
Beep, then throw to context-menu and return.
Source Code
;; Defined in /usr/src/emacs/lisp/tab-bar.el.gz
(defun tab-bar-handle-timeout ()
"Handle a touch-screen timeout on the tab bar.
Beep, then throw to `context-menu' and return."
(beep)
(throw 'context-menu 'context-menu))