Kaydet (Commit) cf22c826 authored tarafından Barry Warsaw's avatar Barry Warsaw

Fix typo in the setup of interpreter-mode-alist.

üst 88491611
......@@ -1149,7 +1149,7 @@ It is added to `interpreter-mode-alist' and `py-choose-shell'.
("python" . python-mode))))
(while modes
(when (not (assoc (car modes) interpreter-mode-alist))
(push modes interpreter-mode-alist))
(push (car modes) interpreter-mode-alist))
(setq modes (cdr modes))))
(when (not (or (rassq 'python-mode auto-mode-alist)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment