diff options
Diffstat (limited to 'lisp/progmodes/python.el')
| -rw-r--r-- | lisp/progmodes/python.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index 2a7e8a4081d..9bbcac612fd 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el | |||
| @@ -6598,7 +6598,9 @@ implementations: `python-mode' and `python-ts-mode'." | |||
| 6598 | `(,python-font-lock-keywords | 6598 | `(,python-font-lock-keywords |
| 6599 | nil nil nil nil | 6599 | nil nil nil nil |
| 6600 | (font-lock-syntactic-face-function | 6600 | (font-lock-syntactic-face-function |
| 6601 | . python-font-lock-syntactic-face-function))) | 6601 | . python-font-lock-syntactic-face-function) |
| 6602 | (font-lock-extend-after-change-region-function | ||
| 6603 | . python-font-lock-extend-region))) | ||
| 6602 | (setq-local syntax-propertize-function | 6604 | (setq-local syntax-propertize-function |
| 6603 | python-syntax-propertize-function) | 6605 | python-syntax-propertize-function) |
| 6604 | (setq-local imenu-create-index-function | 6606 | (setq-local imenu-create-index-function |