diff options
Diffstat (limited to 'lisp/progmodes/python.el')
-rw-r--r-- | lisp/progmodes/python.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index 456f141960e..d16aeaf0133 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el @@ -6591,7 +6591,7 @@ implementations: `python-mode' and `python-ts-mode'." "Major mode for editing Python files, using tree-sitter library. \\{python-mode-map}" - (when (treesit-ready-p 'python-mode 'python) + (when (treesit-ready-p 'python) (treesit-parser-create 'python) (setq-local treesit-font-lock-feature-list '(( comment string definition) |