* net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
authorMichael Albinus <michael.albinus@gmx.de>
Thu, 18 Apr 2013 12:47:01 +0000 (14:47 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Thu, 18 Apr 2013 12:47:01 +0000 (14:47 +0200)
lisp/ChangeLog
lisp/net/tramp-sh.el

index 516833c..2423acc 100644 (file)
@@ -1,3 +1,7 @@
+2013-04-18  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
+
 2013-04-18  Tassilo Horn  <tsdh@gnu.org>
 
        * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
index da2dcc7..f28df1c 100644 (file)
@@ -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)