]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/progmodes/go-ts-mode.el (go-ts-mode-build-tags): Fix :version.
authorMichael Albinus <michael.albinus@gmx.de>
Sun, 21 Jul 2024 09:13:35 +0000 (11:13 +0200)
committerEshel Yaron <me@eshelyaron.com>
Mon, 22 Jul 2024 10:38:42 +0000 (12:38 +0200)
(cherry picked from commit 5c08fd80d27c61512d1f3f5cf9c38e2d5c3a5c18)

lisp/progmodes/go-ts-mode.el

index 3fe427fa911664f4245092f786af87cf97d49edc..cb9a58e33b54105c01eeedd9026729949b1e3da0 100644 (file)
@@ -48,7 +48,7 @@
 
 (defcustom go-ts-mode-build-tags nil
   "List of Go build tags for the test commands."
-  :version "30.1"
+  :version "31.1"
   :type '(repeat string)
   :group 'go)