Tweak previous change
This commit is contained in:
parent
1af4c2203c
commit
93ef404dc9
1 changed files with 1 additions and 1 deletions
|
@ -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."
|
||||
|
|
Loading…
Add table
Reference in a new issue