/[tramp]/tramp/lisp/tramp.el
ViewVC logotype

Diff of /tramp/lisp/tramp.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2.181 by kai, Sat Aug 17 20:09:27 2002 UTC revision 2.182 by kai, Wed Aug 21 15:00:59 2002 UTC
# Line 72  Line 72 
72  ;; In the Tramp CVS repository, the version numer is auto-frobbed from  ;; In the Tramp CVS repository, the version numer is auto-frobbed from
73  ;; the Makefile, so you should edit the top-level Makefile to change  ;; the Makefile, so you should edit the top-level Makefile to change
74  ;; the version number.  ;; the version number.
75  (defconst tramp-version "2.0.12"  (defconst tramp-version "2.0.13"
76    "This version of tramp.")    "This version of tramp.")
77    
78  (defconst tramp-bug-report-address "tramp-devel@mail.freesoftware.fsf.org"  (defconst tramp-bug-report-address "tramp-devel@mail.freesoftware.fsf.org"
# Line 3081  This will break if COMMAND prints a newl Line 3081  This will break if COMMAND prints a newl
3081                    multi-method method user host                    multi-method method user host
3082                    6 "Sending end of data token...")                    6 "Sending end of data token...")
3083                   (tramp-send-command                   (tramp-send-command
3084                    multi-method method user host "EOF")                    multi-method method user host "EOF" nil t)
3085                   (tramp-message-for-buffer                   (tramp-message-for-buffer
3086                    multi-method method user host 6                    multi-method method user host 6
3087                    "Waiting for remote host to process data...")                    "Waiting for remote host to process data...")
# Line 4774  connection if a previous connection has Line 4774  connection if a previous connection has
4774      (save-excursion      (save-excursion
4775        (set-buffer (tramp-get-buffer multi-method method user host))        (set-buffer (tramp-get-buffer multi-method method user host))
4776        (when (and tramp-last-cmd-time        (when (and tramp-last-cmd-time
4777                   (> (tramp-time-diff tramp-last-cmd-time (current-time)) 60))                   (> (tramp-time-diff (current-time) tramp-last-cmd-time) 60))
4778          (tramp-send-command          (tramp-send-command
4779           multi-method method user host "echo are you awake" nil t)           multi-method method user host "echo are you awake" nil t)
4780          (unless (tramp-wait-for-output 10)          (unless (tramp-wait-for-output 10)

Legend:
Removed from v.2.181  
changed lines
  Added in v.2.182

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26