emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/net/tramp.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/net/tramp.el
Date: Wed, 03 Jul 2002 06:00:21 -0400

Index: emacs/lisp/net/tramp.el
diff -c emacs/lisp/net/tramp.el:1.5 emacs/lisp/net/tramp.el:1.6
*** emacs/lisp/net/tramp.el:1.5 Thu Jun 27 12:50:06 2002
--- emacs/lisp/net/tramp.el     Wed Jul  3 06:00:18 2002
***************
*** 4446,4452 ****
  
  (defun tramp-send-eof (multi-method method user host)
    "Send EOF to the remote end.
! METHOD, HOST and USER specify the the connection."
    (let ((proc (get-buffer-process
                 (tramp-get-buffer multi-method method user host))))
      (unless proc
--- 4446,4452 ----
  
  (defun tramp-send-eof (multi-method method user host)
    "Send EOF to the remote end.
! METHOD, HOST and USER specify the connection."
    (let ((proc (get-buffer-process
                 (tramp-get-buffer multi-method method user host))))
      (unless proc
***************
*** 4456,4462 ****
  
  (defun tramp-kill-process (multi-method method user host)
    "Kill the connection process used by Tramp.
! MULTI-METHOD, METHOD, USER, and HOST, specify the connection."
    (let ((proc (get-buffer-process
               (tramp-get-buffer multi-method method user host))))
      (kill-process proc)))
--- 4456,4462 ----
  
  (defun tramp-kill-process (multi-method method user host)
    "Kill the connection process used by Tramp.
! MULTI-METHOD, METHOD, USER, and HOST specify the connection."
    (let ((proc (get-buffer-process
               (tramp-get-buffer multi-method method user host))))
      (kill-process proc)))



reply via email to

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