Tweak previous change
authorGlenn Morris <rgm@gnu.org>
Tue, 10 Sep 2013 20:46:25 +0000 (16:46 -0400)
committerGlenn Morris <rgm@gnu.org>
Tue, 10 Sep 2013 20:46:25 +0000 (16:46 -0400)
lisp/progmodes/python.el

index bba4453..5eecc34 100644 (file)
 ;;;###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."