]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix compilation warning in docstring of new function in treesit.el.
authorJuri Linkov <juri@linkov.net>
Mon, 23 Jun 2025 06:54:48 +0000 (09:54 +0300)
committerEshel Yaron <me@eshelyaron.com>
Wed, 23 Jul 2025 18:59:10 +0000 (20:59 +0200)
(cherry picked from commit edd18978aaae3ea50478843d0c9ad3441125f82f)

lisp/treesit.el

index 6cd22b2ac5e875929ae7e22912f2ae22bade6d0e..dfe7efe7d4fbf7d5b13bb236f8d776a14e423d09 100644 (file)
@@ -5157,7 +5157,7 @@ nil."
 (defun treesit--language-git-version-tags (repo-dir)
   "Return a list of Git version tags in REPO-DIR, sorted latest first.
 
-Return the output of \"git tag --list --sort=-version:refname 'v*'\".
+Return the output of \"git tag --list --sort=-version:refname \\='v*\\='\".
 If anything goes wrong, return nil."
   (with-temp-buffer
     (cond