projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56fa055
)
* lisp/progmodes/python.el (inferior-python-mode):
author
Glenn Morris
<rgm@gnu.org>
Tue, 7 Jun 2016 22:26:33 +0000
(18:26 -0400)
committer
Glenn Morris
<rgm@gnu.org>
Tue, 7 Jun 2016 22:26:33 +0000
(18:26 -0400)
Avoid tabs. (Bug#23616)
lisp/progmodes/python.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/python.el
b/lisp/progmodes/python.el
index 2d22bb2ce88901972476f16279f23d998a23c6de..41d3e1c7310921674142fd5fc23c7c0aaaf9a723 100644
(file)
--- a/
lisp/progmodes/python.el
+++ b/
lisp/progmodes/python.el
@@
-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