projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf42b9f
)
; python.el: Fix previous commit for Emacs<24.3 compatibility
author
Fabián Ezequiel Gallina
<fgallina@gnu.org>
Sat, 22 Aug 2015 02:42:01 +0000
(23:42 -0300)
committer
Fabián Ezequiel Gallina
<fgallina@gnu.org>
Sat, 22 Aug 2015 02:42:01 +0000
(23:42 -0300)
lisp/progmodes/python.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/python.el
b/lisp/progmodes/python.el
index 7d7122acccb6dd526739b5b3c20d4d9e036cf90f..d442dae9f3bce8581f1cef5a486a28947ce018bb 100644
(file)
--- a/
lisp/progmodes/python.el
+++ b/
lisp/progmodes/python.el
@@
-2105,6
+2105,10
@@
appends `python-shell-remote-exec-path' instead of `exec-path'."
;; Emacs<24.4 compat.
(list (tramp-get-remote-locale vec)))
(copy-sequence env)))
+ (tramp-end-of-heredoc
+ (if (boundp 'tramp-end-of-heredoc)
+ tramp-end-of-heredoc
+ (md5 tramp-end-of-output)))
unset vars item)
(while env
(setq item (tramp-compat-split-string (car env) "="))