mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-04 11:23:24 +00:00
* lisp/touch-screen.el (touch-screen-inhibit-drag): Another typo.
This commit is contained in:
parent
a4ca30ac2e
commit
60b38c317b
1 changed files with 1 additions and 1 deletions
|
@ -2067,7 +2067,7 @@ Must be called from a command bound to a `touchscreen-hold' or
|
||||||
(let* ((tool touch-screen-current-tool)
|
(let* ((tool touch-screen-current-tool)
|
||||||
(current-what (nth 3 tool)))
|
(current-what (nth 3 tool)))
|
||||||
;; Signal an error if no hold and no drag is in progress.
|
;; Signal an error if no hold and no drag is in progress.
|
||||||
(when (and (not (eq current-what 'hold))
|
(when (and (not (eq current-what 'held))
|
||||||
(not (eq current-what 'drag)))
|
(not (eq current-what 'drag)))
|
||||||
(error "Calling `touch-screen-inhibit-drag' outside hold or drag"))
|
(error "Calling `touch-screen-inhibit-drag' outside hold or drag"))
|
||||||
;; Now set the fourth element of tool to `command-inhibit'.
|
;; Now set the fourth element of tool to `command-inhibit'.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue