From: Michael Albinus Date: Thu, 18 Apr 2013 12:47:01 +0000 (+0200) Subject: * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0". X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~2026^2~430 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=beb42340a12259ad3c810b553efe3603cc9b017b;p=emacs.git * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0". --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 516833ccaa2..2423acc5667 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2013-04-18 Michael Albinus + + * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0". + 2013-04-18 Tassilo Horn * files.el (auto-mode-alist): Delete OpenDocument and StarOffice diff --git a/lisp/net/tramp-sh.el b/lisp/net/tramp-sh.el index da2dcc71c5c..f28df1ce160 100644 --- a/lisp/net/tramp-sh.el +++ b/lisp/net/tramp-sh.el @@ -422,7 +422,7 @@ as given in your `~/.profile'." ;;;###tramp-autoload (defcustom tramp-remote-process-environment - `("HISTFILE=$HOME/.tramp_history" "HISTSIZE=1" "LC_ALL=C" + `("HISTFILE=$HOME/.tramp_history" "HISTSIZE=1" "TMOUT=0" "LC_ALL=C" ,(format "TERM=%s" tramp-terminal-type) "EMACS=t" ;; Deprecated. ,(format "INSIDE_EMACS='%s,tramp:%s'" emacs-version tramp-version)