mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-24 07:20:37 +00:00
* lisp/progmodes/python.el (inferior-python-mode):
Avoid tabs. (Bug#23616)
This commit is contained in:
parent
56fa055bbf
commit
ba3f206239
@ -2678,6 +2678,7 @@ variable.
|
||||
\(Type \\[describe-mode] in the process buffer for a list of commands.)"
|
||||
(when 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
|
||||
;; `python-shell-interpreter' and `python-shell-interpreter-args'
|
||||
;; when calling `run-python'. This ensures values let-bound in
|
||||
|
Loading…
Reference in New Issue
Block a user