From: Glenn Morris Date: Tue, 10 Sep 2013 20:46:25 +0000 (-0400) Subject: Tweak previous change X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~1662^2~51 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=93ef404dc95f947e1c48000a46968fd252781b9d;p=emacs.git Tweak previous change --- 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 @@ ;;;###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."