aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/python.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/progmodes/python.el')
-rw-r--r--lisp/progmodes/python.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el
index b6db6097d9f..de3745a036c 100644
--- a/lisp/progmodes/python.el
+++ b/lisp/progmodes/python.el
@@ -6931,7 +6931,7 @@ Return non-nil if the buffer was actually modified."
6931 (unless (eq 0 status) 6931 (unless (eq 0 status)
6932 (error "%s exited with status %s (maybe isort is missing?)" 6932 (error "%s exited with status %s (maybe isort is missing?)"
6933 python-interpreter status)) 6933 python-interpreter status))
6934 (replace-buffer-contents temp) 6934 (replace-region-contents (point-min) (point-max) temp)
6935 (not (eq tick (buffer-chars-modified-tick))))))))) 6935 (not (eq tick (buffer-chars-modified-tick)))))))))
6936 6936
6937;;;###autoload 6937;;;###autoload