From beb42340a12259ad3c810b553efe3603cc9b017b Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Thu, 18 Apr 2013 14:47:01 +0200 Subject: [PATCH] * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0". --- lisp/ChangeLog | 4 ++++ lisp/net/tramp-sh.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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) -- 2.39.2