From: Juri Linkov Date: Mon, 23 Jun 2025 06:54:48 +0000 (+0300) Subject: ; Fix compilation warning in docstring of new function in treesit.el. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0c5ab0b4d7b0b6b969eaf43c341ecbaa804a984c;p=emacs.git ; Fix compilation warning in docstring of new function in treesit.el. (cherry picked from commit edd18978aaae3ea50478843d0c9ad3441125f82f) --- 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