From 061e0cc79292e07df2f74d25021c5e00348c2478 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 21 Jun 2025 06:23:51 -0400 Subject: [PATCH] ; * lisp/progmodes/python.el (treesit-thing-settings): Defvar. (cherry picked from commit f1696c3c27e92d889e6f8c816b8f15bd308d8c77) --- lisp/progmodes/python.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index d041d1713ef..f51bb770c83 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el @@ -274,6 +274,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") -- 2.39.5