Tweak previous change

This commit is contained in:
Glenn Morris 2013-09-10 16:46:25 -04:00
parent 1af4c2203c
commit 93ef404dc9

View file

@ -225,7 +225,7 @@
;;;###autoload
(add-to-list 'auto-mode-alist (cons (purecopy "\\.py\\'") 'python-mode))
;;;###autoload
(add-to-list 'interpreter-mode-alist (cons (purecopy "\\`python[23.]*\\'") 'python-mode))
(add-to-list 'interpreter-mode-alist (cons (purecopy "\\`python[0-9.]*\\'") 'python-mode))
(defgroup python nil
"Python Language's flying circus support for Emacs."