From 0c5ab0b4d7b0b6b969eaf43c341ecbaa804a984c Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Mon, 23 Jun 2025 09:54:48 +0300 Subject: [PATCH] ; Fix compilation warning in docstring of new function in treesit.el. (cherry picked from commit edd18978aaae3ea50478843d0c9ad3441125f82f) --- lisp/treesit.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/treesit.el b/lisp/treesit.el index 6cd22b2ac5e..dfe7efe7d4f 100644 --- a/lisp/treesit.el +++ b/lisp/treesit.el @@ -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 -- 2.39.5