]> git.eshelyaron.com Git - emacs.git/commitdiff
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 bba4453cce8cc58442bb331d1fbda7d1092d70ea..5eecc347f034577620daee94f1d0e1ccea3c5bc8 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."