diff lisp/net/trampver.el @ 82603:d0c9cce4628c

* net/tramp.el (top): Require cl.el, when `copy-tree' is not available otherwise. (tramp-get-remote-path): New defun. Replace occurences of `tramp-default-remote-path' by this function. (tramp-set-remote-path): Move most of the code to `tramp-get-remote-path'. (tramp-get-ls-command, tramp-get-remote-id): Don't check for not existing directories, this is done already in `tramp-get-remote-path'.
author Michael Albinus <michael.albinus@gmx.de>
date Wed, 22 Aug 2007 05:47:42 +0000
parents e5a68f18fcb9
children f7642749252b b83d0dadb2a7
line wrap: on
line diff
--- a/lisp/net/trampver.el	Wed Aug 22 05:08:35 2007 +0000
+++ b/lisp/net/trampver.el	Wed Aug 22 05:47:42 2007 +0000
@@ -4,7 +4,7 @@
 
 ;; Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
 
-;; Author: Kai Großjohann <kai.grossjohann@gmx.net>
+;; Author: Kai Großjohann <kai.grossjohann@gmx.net>
 ;; Keywords: comm, processes
 
 ;; This file is part of GNU Emacs.