]> git.eshelyaron.com Git - emacs.git/commit
Improve reporting of language-grammar library ABI version mismatch
authorEli Zaretskii <eliz@gnu.org>
Sun, 18 May 2025 06:05:07 +0000 (09:05 +0300)
committerEshel Yaron <me@eshelyaron.com>
Wed, 21 May 2025 06:09:25 +0000 (08:09 +0200)
commit07d2ac15987cf104b75db84eae7cb872131fd130
treeb621a3e6d25bd85e92bee5a7873f48a9311ef8f9
parent28e539e13eca7e4cc0663804435f2c1b133f8362
Improve reporting of language-grammar library ABI version mismatch

* lisp/treesit.el (treesit-ready-p): More accurate wording of
message when grammar library fails to load.

* src/treesit.c (treesit_load_language): Improve message when
reporting library ABI version mismatch.  Suggested by Soham
Gumaste <sohamg2@gmail.com>.

(cherry picked from commit 38789e9a2878846cadb72fef58cc24872fe46ae4)
lisp/treesit.el
src/treesit.c