From: Fabián Ezequiel Gallina Date: Thu, 17 May 2012 03:03:07 +0000 (-0300) Subject: Remove find-file-noselect invocation in python-shell-send-file X-Git-Tag: emacs-24.2.90~1199^2~589 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=da3d48d7d6a857c6a0da21c91685e951523c6b64;p=emacs.git Remove find-file-noselect invocation in python-shell-send-file --- diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index 650f030067c..8b7acc6b74c 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el @@ -1213,7 +1213,6 @@ FILE-NAME." (file-name (or (expand-file-name file-name) temp-file-name))) (when (not file-name) (error "If FILE-NAME is nil then TEMP-FILE-NAME must be non-nil")) - (find-file-noselect file-name) (with-current-buffer (process-buffer process) (setq inferior-python-mode-current-file (convert-standard-filename file-name)))