From 4727c95138f64e7d2def0395a6c995ba507778f4 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Sun, 21 Jul 2024 11:13:35 +0200 Subject: [PATCH] * lisp/progmodes/go-ts-mode.el (go-ts-mode-build-tags): Fix :version. (cherry picked from commit 5c08fd80d27c61512d1f3f5cf9c38e2d5c3a5c18) --- lisp/progmodes/go-ts-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/progmodes/go-ts-mode.el b/lisp/progmodes/go-ts-mode.el index 3fe427fa911..cb9a58e33b5 100644 --- a/lisp/progmodes/go-ts-mode.el +++ b/lisp/progmodes/go-ts-mode.el @@ -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) -- 2.39.2