From da3d48d7d6a857c6a0da21c91685e951523c6b64 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fabi=C3=A1n=20Ezequiel=20Gallina?= Date: Thu, 17 May 2012 00:03:07 -0300 Subject: [PATCH] Remove find-file-noselect invocation in python-shell-send-file --- lisp/progmodes/python.el | 1 - 1 file changed, 1 deletion(-) 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))) -- 2.39.5