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: Kai Großjohann
Subject: [Emacs-diffs] Changes to emacs/lisp/net/tramp.el
Date: Tue, 08 Apr 2003 16:06:13 -0400

Index: emacs/lisp/net/tramp.el
diff -c emacs/lisp/net/tramp.el:1.35 emacs/lisp/net/tramp.el:1.36
*** emacs/lisp/net/tramp.el:1.35        Fri Apr  4 06:33:33 2003
--- emacs/lisp/net/tramp.el     Tue Apr  8 16:06:11 2003
***************
*** 1,4 ****
! ;;; -*- mode: Emacs-Lisp; coding: iso-8859-1; -*-
  ;;; tramp.el --- Transparent Remote Access, Multiple Protocol
  
  ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 Free Software Foundation, 
Inc.
--- 1,4 ----
! ;;; -*- mode: Emacs-Lisp; coding: iso-2022-7bit; -*-
  ;;; tramp.el --- Transparent Remote Access, Multiple Protocol
  
  ;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 Free Software Foundation, 
Inc.
***************
*** 2344,2350 ****
  
  ;; Other file name ops.
  
! ;; ;; Matthias Köppe <address@hidden>
  ;; (defun tramp-handle-directory-file-name (directory)
  ;;   "Like `directory-file-name' for tramp files."
  ;;   (if (and (eq (aref directory (- (length directory) 1)) ?/)
--- 2344,2350 ----
  
  ;; Other file name ops.
  
! ;; ;; Matthias K,Av(Bppe <address@hidden>
  ;; (defun tramp-handle-directory-file-name (directory)
  ;;   "Like `directory-file-name' for tramp files."
  ;;   (if (and (eq (aref directory (- (length directory) 1)) ?/)
***************
*** 6529,6535 ****
  ;;   transfer method to use.  (Greg Stark)
  ;; * Remove unneeded parameters from methods.
  ;; * Invoke rsync once for copying a whole directory hierarchy.
! ;;   (Francesco Potortì)
  ;; * Should we set PATH ourselves or should we rely on the remote end
  ;;   to do it?
  ;; * Do the autoconf thing.
--- 6529,6535 ----
  ;;   transfer method to use.  (Greg Stark)
  ;; * Remove unneeded parameters from methods.
  ;; * Invoke rsync once for copying a whole directory hierarchy.
! ;;   (Francesco Potort,Al(B)
  ;; * Should we set PATH ourselves or should we rely on the remote end
  ;;   to do it?
  ;; * Do the autoconf thing.




reply via email to

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