diff options
| author | Glenn Morris | 2016-06-07 18:26:33 -0400 |
|---|---|---|
| committer | Glenn Morris | 2016-06-07 18:26:33 -0400 |
| commit | ba3f206239349b725a970c7015f7f4ee8631ef6d (patch) | |
| tree | 8e0b1314dde038306a8e154f8cc357ed9bd94c4e | |
| parent | 56fa055bbfcbe57e127d74095f34620c1b88b7eb (diff) | |
| download | emacs-ba3f206239349b725a970c7015f7f4ee8631ef6d.tar.gz emacs-ba3f206239349b725a970c7015f7f4ee8631ef6d.zip | |
* lisp/progmodes/python.el (inferior-python-mode):
Avoid tabs. (Bug#23616)
| -rw-r--r-- | lisp/progmodes/python.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index 2d22bb2ce88..41d3e1c7310 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el | |||
| @@ -2678,6 +2678,7 @@ variable. | |||
| 2678 | \(Type \\[describe-mode] in the process buffer for a list of commands.)" | 2678 | \(Type \\[describe-mode] in the process buffer for a list of commands.)" |
| 2679 | (when python-shell--parent-buffer | 2679 | (when python-shell--parent-buffer |
| 2680 | (python-util-clone-local-variables python-shell--parent-buffer)) | 2680 | (python-util-clone-local-variables python-shell--parent-buffer)) |
| 2681 | (set (make-local-variable 'indent-tabs-mode) nil) | ||
| 2681 | ;; Users can interactively override default values for | 2682 | ;; Users can interactively override default values for |
| 2682 | ;; `python-shell-interpreter' and `python-shell-interpreter-args' | 2683 | ;; `python-shell-interpreter' and `python-shell-interpreter-args' |
| 2683 | ;; when calling `run-python'. This ensures values let-bound in | 2684 | ;; when calling `run-python'. This ensures values let-bound in |