aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/python.el
diff options
context:
space:
mode:
authorEli Zaretskii2025-06-21 06:23:51 -0400
committerEli Zaretskii2025-06-21 06:23:51 -0400
commitf1696c3c27e92d889e6f8c816b8f15bd308d8c77 (patch)
treec747e7ad8adb4ccbd6d1ecf911cecad586b2b090 /lisp/progmodes/python.el
parentd7e55558759dc7be0c38a8c8d508be1909b20aa4 (diff)
downloademacs-f1696c3c27e92d889e6f8c816b8f15bd308d8c77.tar.gz
emacs-f1696c3c27e92d889e6f8c816b8f15bd308d8c77.zip
; * lisp/progmodes/python.el (treesit-thing-settings): Defvar.
Diffstat (limited to 'lisp/progmodes/python.el')
-rw-r--r--lisp/progmodes/python.el1
1 files changed, 1 insertions, 0 deletions
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 @@
278;; Avoid compiler warnings 278;; Avoid compiler warnings
279(defvar compilation-error-regexp-alist) 279(defvar compilation-error-regexp-alist)
280(defvar outline-heading-end-regexp) 280(defvar outline-heading-end-regexp)
281(defvar treesit-thing-settings)
281 282
282(autoload 'comint-mode "comint") 283(autoload 'comint-mode "comint")
283(autoload 'help-function-arglist "help-fns") 284(autoload 'help-function-arglist "help-fns")