* lisp/progmodes/python.el (inferior-python-mode):
Avoid tabs. (Bug#23616)
This commit is contained in:
parent
56fa055bbf
commit
ba3f206239
1 changed files with 1 additions and 0 deletions
|
@ -2678,6 +2678,7 @@ variable.
|
||||||
\(Type \\[describe-mode] in the process buffer for a list of commands.)"
|
\(Type \\[describe-mode] in the process buffer for a list of commands.)"
|
||||||
(when python-shell--parent-buffer
|
(when python-shell--parent-buffer
|
||||||
(python-util-clone-local-variables python-shell--parent-buffer))
|
(python-util-clone-local-variables python-shell--parent-buffer))
|
||||||
|
(set (make-local-variable 'indent-tabs-mode) nil)
|
||||||
;; Users can interactively override default values for
|
;; Users can interactively override default values for
|
||||||
;; `python-shell-interpreter' and `python-shell-interpreter-args'
|
;; `python-shell-interpreter' and `python-shell-interpreter-args'
|
||||||
;; when calling `run-python'. This ensures values let-bound in
|
;; when calling `run-python'. This ensures values let-bound in
|
||||||
|
|
Loading…
Add table
Reference in a new issue