diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index 568551f5734..3966b387998 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el @@ -278,6 +278,7 @@ ;; Avoid compiler warnings (defvar compilation-error-regexp-alist) (defvar outline-heading-end-regexp) +(defvar treesit-thing-settings) (autoload 'comint-mode "comint") (autoload 'help-function-arglist "help-fns")