From 9ed53535f5543910f746662618927052dd718991 Mon Sep 17 00:00:00 2001 From: Yuan Fu Date: Sat, 24 Sep 2022 20:54:03 -0700 Subject: [PATCH] ; * lisp/progmodes/python.el (python-mode): Fix typo. --- lisp/progmodes/python.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index fb91d00053a..5b70c63f7b4 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el @@ -6143,7 +6143,7 @@ REPORT-FN is Flymake's callback function." (if (and python-use-tree-sitter (treesit-can-enable-p)) (setq-local imenu-create-index-function - #'python-treesit-imenu-create-index) + #'python-imenu-treesit-create-index) (setq-local imenu-create-index-function #'python-imenu-create-index)) -- 2.39.5