diff options
| author | Yuan Fu | 2022-09-24 20:54:03 -0700 |
|---|---|---|
| committer | Yuan Fu | 2022-09-24 21:11:31 -0700 |
| commit | 9ed53535f5543910f746662618927052dd718991 (patch) | |
| tree | 3d62a0a09cde067e9bae66458d07a810661ecaf3 /lisp/progmodes/python.el | |
| parent | 9e339415b4c068242e7cd785d2ac95420f1934ba (diff) | |
| download | emacs-9ed53535f5543910f746662618927052dd718991.tar.gz emacs-9ed53535f5543910f746662618927052dd718991.zip | |
; * lisp/progmodes/python.el (python-mode): Fix typo.
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 fb91d00053a..5b70c63f7b4 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el | |||
| @@ -6143,7 +6143,7 @@ REPORT-FN is Flymake's callback function." | |||
| 6143 | (if (and python-use-tree-sitter | 6143 | (if (and python-use-tree-sitter |
| 6144 | (treesit-can-enable-p)) | 6144 | (treesit-can-enable-p)) |
| 6145 | (setq-local imenu-create-index-function | 6145 | (setq-local imenu-create-index-function |
| 6146 | #'python-treesit-imenu-create-index) | 6146 | #'python-imenu-treesit-create-index) |
| 6147 | (setq-local imenu-create-index-function | 6147 | (setq-local imenu-create-index-function |
| 6148 | #'python-imenu-create-index)) | 6148 | #'python-imenu-create-index)) |
| 6149 | 6149 | ||