diff options
| author | Stefan Kangas | 2025-02-01 04:56:52 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2025-02-01 04:56:52 +0100 |
| commit | bf97946d7dc460b7d3c3ce03193041b891b51faf (patch) | |
| tree | c799f87903ca3dcba8b804bd185b519aacc0a636 /lisp/progmodes/python.el | |
| parent | a4a0957b6b3b1db858524ac6d4dc3d951f65960b (diff) | |
| parent | aa07e94439c663f768c32a689d14506d25a7a5bc (diff) | |
| download | emacs-bf97946d7dc460b7d3c3ce03193041b891b51faf.tar.gz emacs-bf97946d7dc460b7d3c3ce03193041b891b51faf.zip | |
Merge branch 'scratch/no-purespace' into 'master'
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 f19fb708f0c..3a297a3979c 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el | |||
| @@ -291,7 +291,7 @@ | |||
| 291 | ;;;###autoload | 291 | ;;;###autoload |
| 292 | (add-to-list 'auto-mode-alist (cons python--auto-mode-alist-regexp 'python-mode)) | 292 | (add-to-list 'auto-mode-alist (cons python--auto-mode-alist-regexp 'python-mode)) |
| 293 | ;;;###autoload | 293 | ;;;###autoload |
| 294 | (add-to-list 'interpreter-mode-alist (cons (purecopy "python[0-9.]*") 'python-mode)) | 294 | (add-to-list 'interpreter-mode-alist '("python[0-9.]*" . python-mode)) |
| 295 | 295 | ||
| 296 | (defgroup python nil | 296 | (defgroup python nil |
| 297 | "Python Language's flying circus support for Emacs." | 297 | "Python Language's flying circus support for Emacs." |