diff options
| author | Stefan Kangas | 2025-01-19 13:59:13 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2025-02-22 14:48:29 +0100 |
| commit | 702cb123faf1bdbacf555188ae4997d6be3765fe (patch) | |
| tree | 180e57cdda9e6280a7f2f9e377f3648c42bddbca /lisp/progmodes/python.el | |
| parent | e682fd2d5ba5f471a6e4d07b7f691a1ba9fa1139 (diff) | |
| download | emacs-702cb123faf1bdbacf555188ae4997d6be3765fe.tar.gz emacs-702cb123faf1bdbacf555188ae4997d6be3765fe.zip | |
; Fix typos
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 d910c816188..047ca54f755 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el | |||
| @@ -7230,7 +7230,7 @@ implementations: `python-mode' and `python-ts-mode'." | |||
| 7230 | (when python-indent-guess-indent-offset | 7230 | (when python-indent-guess-indent-offset |
| 7231 | (python-indent-guess-indent-offset)) | 7231 | (python-indent-guess-indent-offset)) |
| 7232 | 7232 | ||
| 7233 | (add-to-list 'auto-mode-alist (cons python--auto-mode-alist-regexp 'python-ts-mode)) | 7233 | (add-to-list 'auto-mode-alist (cons python--auto-mode-alist-regexp 'python-ts-mode)) |
| 7234 | (add-to-list 'interpreter-mode-alist '("python[0-9.]*" . python-ts-mode)))) | 7234 | (add-to-list 'interpreter-mode-alist '("python[0-9.]*" . python-ts-mode)))) |
| 7235 | 7235 | ||
| 7236 | (derived-mode-add-parents 'python-ts-mode '(python-mode)) | 7236 | (derived-mode-add-parents 'python-ts-mode '(python-mode)) |