diff options
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 cdc1f267ea3..253568119f2 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 '("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." |