diff options
| author | Fabián Ezequiel Gallina | 2012-05-17 00:03:07 -0300 |
|---|---|---|
| committer | Fabián Ezequiel Gallina | 2012-05-17 00:03:07 -0300 |
| commit | da3d48d7d6a857c6a0da21c91685e951523c6b64 (patch) | |
| tree | ec8eeb9c1be84dc5165ab93e9f237dd0b4961cef /lisp/progmodes/python.el | |
| parent | 2db30ac50abaa2630285a24363be3ccda8889ce0 (diff) | |
| download | emacs-da3d48d7d6a857c6a0da21c91685e951523c6b64.tar.gz emacs-da3d48d7d6a857c6a0da21c91685e951523c6b64.zip | |
Remove find-file-noselect invocation in python-shell-send-file
Diffstat (limited to 'lisp/progmodes/python.el')
| -rw-r--r-- | lisp/progmodes/python.el | 1 |
1 files changed, 0 insertions, 1 deletions
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." | |||
| 1213 | (file-name (or (expand-file-name file-name) temp-file-name))) | 1213 | (file-name (or (expand-file-name file-name) temp-file-name))) |
| 1214 | (when (not file-name) | 1214 | (when (not file-name) |
| 1215 | (error "If FILE-NAME is nil then TEMP-FILE-NAME must be non-nil")) | 1215 | (error "If FILE-NAME is nil then TEMP-FILE-NAME must be non-nil")) |
| 1216 | (find-file-noselect file-name) | ||
| 1217 | (with-current-buffer (process-buffer process) | 1216 | (with-current-buffer (process-buffer process) |
| 1218 | (setq inferior-python-mode-current-file | 1217 | (setq inferior-python-mode-current-file |
| 1219 | (convert-standard-filename file-name))) | 1218 | (convert-standard-filename file-name))) |