projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e33941
)
; * lisp/progmodes/python.el (python-mode): Fix typo.
author
Yuan Fu
<casouri@gmail.com>
Sun, 25 Sep 2022 03:54:03 +0000
(20:54 -0700)
committer
Yuan Fu
<casouri@gmail.com>
Sun, 25 Sep 2022 04:11:31 +0000
(21:11 -0700)
lisp/progmodes/python.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/python.el
b/lisp/progmodes/python.el
index fb91d00053a531382269bc41245e3dcd0547b260..5b70c63f7b42ed85a33c3fc56d03acfc67a78bf3 100644
(file)
--- 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))