mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
* lisp/touch-screen.el (touch-screen): Fix defgroup version.
This commit is contained in:
parent
ed2450e79b
commit
1db2255c7c
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ is being called from `read-sequence' or some similar function.")
|
||||||
(defgroup touch-screen nil
|
(defgroup touch-screen nil
|
||||||
"Interact with Emacs from touch screen devices."
|
"Interact with Emacs from touch screen devices."
|
||||||
:group 'mouse
|
:group 'mouse
|
||||||
:version "30.0")
|
:version "30.1")
|
||||||
|
|
||||||
(defcustom touch-screen-display-keyboard nil
|
(defcustom touch-screen-display-keyboard nil
|
||||||
"If non-nil, always display the on screen keyboard.
|
"If non-nil, always display the on screen keyboard.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue