1
Fork 0
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:
Po Lu 2024-02-08 13:20:28 +08:00
parent ed2450e79b
commit 1db2255c7c

View file

@ -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.