diff options
| author | Glenn Morris | 2013-09-10 16:46:25 -0400 |
|---|---|---|
| committer | Glenn Morris | 2013-09-10 16:46:25 -0400 |
| commit | 93ef404dc95f947e1c48000a46968fd252781b9d (patch) | |
| tree | 58622e5c667e0e06cf11587541b38504f0829d05 /lisp/progmodes/python.el | |
| parent | 1af4c2203ce7954c089133234ba80e6272ce9458 (diff) | |
| download | emacs-93ef404dc95f947e1c48000a46968fd252781b9d.tar.gz emacs-93ef404dc95f947e1c48000a46968fd252781b9d.zip | |
Tweak previous change
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 bba4453cce8..5eecc347f03 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el | |||
| @@ -225,7 +225,7 @@ | |||
| 225 | ;;;###autoload | 225 | ;;;###autoload |
| 226 | (add-to-list 'auto-mode-alist (cons (purecopy "\\.py\\'") 'python-mode)) | 226 | (add-to-list 'auto-mode-alist (cons (purecopy "\\.py\\'") 'python-mode)) |
| 227 | ;;;###autoload | 227 | ;;;###autoload |
| 228 | (add-to-list 'interpreter-mode-alist (cons (purecopy "\\`python[23.]*\\'") 'python-mode)) | 228 | (add-to-list 'interpreter-mode-alist (cons (purecopy "\\`python[0-9.]*\\'") 'python-mode)) |
| 229 | 229 | ||
| 230 | (defgroup python nil | 230 | (defgroup python nil |
| 231 | "Python Language's flying circus support for Emacs." | 231 | "Python Language's flying circus support for Emacs." |