]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/touch-screen.el (touch-screen): Fix defgroup version.
authorPo Lu <luangruo@yahoo.com>
Thu, 8 Feb 2024 05:20:28 +0000 (13:20 +0800)
committerEshel Yaron <me@eshelyaron.com>
Thu, 8 Feb 2024 08:41:30 +0000 (09:41 +0100)
(cherry picked from commit 1db2255c7c7fc232e371d379cb60827a9931e24d)

lisp/touch-screen.el

index a1ec4bca89f2d4333a9daabbe19ed5b015371f01..c8de1d8ee314feb304d45148e6741a97963a405d 100644 (file)
@@ -87,7 +87,7 @@ is being called from `read-sequence' or some similar function.")
 (defgroup touch-screen nil
   "Interact with Emacs from touch screen devices."
   :group 'mouse
-  :version "30.0")
+  :version "30.1")
 
 (defcustom touch-screen-display-keyboard nil
   "If non-nil, always display the on screen keyboard.