emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 66081ad: ; python.el: Fix previous commit for Emacs


From: Fabián Ezequiel Gallina
Subject: [Emacs-diffs] master 66081ad: ; python.el: Fix previous commit for Emacs<24.3 compatibility
Date: Sat, 22 Aug 2015 02:42:16 +0000

branch: master
commit 66081ad6f4dba44b64c809cde5f4a904b0f381fb
Author: Fabián Ezequiel Gallina <address@hidden>
Commit: Fabián Ezequiel Gallina <address@hidden>

    ; python.el: Fix previous commit for Emacs<24.3 compatibility
---
 lisp/progmodes/python.el |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el
index 7d7122a..d442dae 100644
--- 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) "="))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]