]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove find-file-noselect invocation in python-shell-send-file
authorFabián Ezequiel Gallina <fgallina@cuca>
Thu, 17 May 2012 03:03:07 +0000 (00:03 -0300)
committerFabián Ezequiel Gallina <fgallina@gnu.org>
Thu, 17 May 2012 03:03:07 +0000 (00:03 -0300)
lisp/progmodes/python.el

index 650f030067c84b9af9be66b47176d5ae85eeec3d..8b7acc6b74ce90acd32cf4db7b9ce306c9516956 100644 (file)
@@ -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)))