diff options
Diffstat (limited to 'lisp/progmodes/python.el')
| -rw-r--r-- | lisp/progmodes/python.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index 3f923f496b9..38bf9552b2a 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el | |||
| @@ -86,7 +86,6 @@ | |||
| 86 | (add-to-list 'interpreter-mode-alist (cons (purecopy "python") 'python-mode)) | 86 | (add-to-list 'interpreter-mode-alist (cons (purecopy "python") 'python-mode)) |
| 87 | ;;;###autoload | 87 | ;;;###autoload |
| 88 | (add-to-list 'auto-mode-alist (cons (purecopy "\\.py\\'") 'python-mode)) | 88 | (add-to-list 'auto-mode-alist (cons (purecopy "\\.py\\'") 'python-mode)) |
| 89 | (add-to-list 'same-window-buffer-names (purecopy "*Python*")) | ||
| 90 | 89 | ||
| 91 | ;;;; Font lock | 90 | ;;;; Font lock |
| 92 | 91 | ||