emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 219119e: Fix last tramp-sh.el commit


From: Michael Albinus
Subject: [Emacs-diffs] master 219119e: Fix last tramp-sh.el commit
Date: Mon, 02 Feb 2015 12:50:05 +0000

branch: master
commit 219119e906f2e49e37567f29a7d9a1f82ece1760
Author: Michael Albinus <address@hidden>
Commit: Michael Albinus <address@hidden>

    Fix last tramp-sh.el commit
---
 lisp/net/tramp-sh.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lisp/net/tramp-sh.el b/lisp/net/tramp-sh.el
index 9a5be77..ae0dad7 100644
--- a/lisp/net/tramp-sh.el
+++ b/lisp/net/tramp-sh.el
@@ -3911,7 +3911,7 @@ file exists and nonzero exit status otherwise."
                 "HISTFILE="
                 (if (eq tramp-histfile-override 'unset)
                     ""
-                  (tramp-shell-quote-argument tramp-histfile-override))))
+                  (tramp-shell-quote-argument tramp-histfile-override)))
               "")
            (tramp-shell-quote-argument tramp-end-of-output)
            shell (or extra-args ""))



reply via email to

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