From: Yuan Fu Date: Sun, 25 Sep 2022 03:54:03 +0000 (-0700) Subject: ; * lisp/progmodes/python.el (python-mode): Fix typo. X-Git-Tag: emacs-29.0.90~1868 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9ed53535f5543910f746662618927052dd718991;p=emacs.git ; * lisp/progmodes/python.el (python-mode): Fix typo. --- 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))