]> git.eshelyaron.com Git - emacs.git/commitdiff
* 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 516833ccaa2f9319b8db3f854ed9bbc29e25f264..2423acc56671c2382622e8f1e96d0e13059c2448 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 da2dcc71c5cf13716c4d0bf3860828f34bc4136a..f28df1ce1607198c6705e118c2690a222858b72d 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)