emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r112325: * net/tramp-sh.el (tramp-rem


From: Michael Albinus
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r112325: * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
Date: Thu, 18 Apr 2013 14:47:01 +0200
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 112325
committer: Michael Albinus <address@hidden
branch nick: trunk
timestamp: Thu 2013-04-18 14:47:01 +0200
message:
  * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
modified:
  lisp/ChangeLog
  lisp/net/tramp-sh.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-04-18 06:24:10 +0000
+++ b/lisp/ChangeLog    2013-04-18 12:47:01 +0000
@@ -1,3 +1,7 @@
+2013-04-18  Michael Albinus  <address@hidden>
+
+       * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
+
 2013-04-18  Tassilo Horn  <address@hidden>
 
        * files.el (auto-mode-alist): Delete OpenDocument and StarOffice

=== modified file 'lisp/net/tramp-sh.el'
--- a/lisp/net/tramp-sh.el      2013-03-13 11:42:21 +0000
+++ b/lisp/net/tramp-sh.el      2013-04-18 12:47:01 +0000
@@ -422,7 +422,7 @@
 
 ;;;###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)


reply via email to

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