diff options
| author | Eli Zaretskii | 2025-03-29 09:16:51 -0400 |
|---|---|---|
| committer | Eli Zaretskii | 2025-03-29 09:16:51 -0400 |
| commit | bfabae993113aa0a35298950355333497bc0d485 (patch) | |
| tree | da82b777a700825d3abe87044d24d77b2712992c | |
| parent | 988111937b44433490d20593c2a1e543575ae940 (diff) | |
| download | emacs-bfabae993113aa0a35298950355333497bc0d485.tar.gz emacs-bfabae993113aa0a35298950355333497bc0d485.zip | |
; * lisp/treesit-x.el : Call 'treesit-declare-unavailable-functions'.
| -rw-r--r-- | lisp/treesit-x.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/treesit-x.el b/lisp/treesit-x.el index cd2a1f8845b..881e11e4e7a 100644 --- a/lisp/treesit-x.el +++ b/lisp/treesit-x.el | |||
| @@ -39,6 +39,8 @@ | |||
| 39 | 39 | ||
| 40 | (require 'treesit) | 40 | (require 'treesit) |
| 41 | 41 | ||
| 42 | (treesit-declare-unavailable-functions) | ||
| 43 | |||
| 42 | ;;; Define treesit generic mode | 44 | ;;; Define treesit generic mode |
| 43 | 45 | ||
| 44 | ;;;###autoload | 46 | ;;;###autoload |