1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-05 22:20:24 -08:00

* lisp/progmodes/go-ts-mode.el (go-ts-mode-build-tags): Fix :version.

This commit is contained in:
Michael Albinus 2024-07-21 11:13:35 +02:00
parent f249c81f86
commit 5c08fd80d2

View 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)