mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-05 22:20:24 -08:00
; * lisp/cus-start.el (native-p): Update for treesit options.
This commit is contained in:
parent
029d87a810
commit
ad8ced8bbb
1 changed files with 3 additions and 0 deletions
|
|
@ -945,6 +945,9 @@ since it could result in memory overflow and make Emacs crash."
|
|||
(fboundp 'new-fontset))
|
||||
((string-match "xwidget-" (symbol-name symbol))
|
||||
(boundp 'xwidget-internal))
|
||||
((string-match "treesit-" (symbol-name symbol))
|
||||
;; Any function from treesit.c will do.
|
||||
(fboundp 'treesit-language-available-p))
|
||||
(t t))))
|
||||
(if (not (boundp symbol))
|
||||
;; If variables are removed from C code, give an error here!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue