emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r114195: Tweak previous change


From: Glenn Morris
Subject: [Emacs-diffs] trunk r114195: Tweak previous change
Date: Tue, 10 Sep 2013 20:46:33 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 114195
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Tue 2013-09-10 16:46:25 -0400
message:
  Tweak previous change
modified:
  lisp/progmodes/python.el       python.el-20091113204419-o5vbwnq5f7feedwu-3008
=== modified file 'lisp/progmodes/python.el'
--- a/lisp/progmodes/python.el  2013-09-10 20:38:52 +0000
+++ b/lisp/progmodes/python.el  2013-09-10 20:46:25 +0000
@@ -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."


reply via email to

[Prev in Thread] Current Thread [Next in Thread]