comparison 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
comparison
equal deleted inserted replaced
82602:0dc51058279e 82603:d0c9cce4628c
2 ;;; trampver.el --- Transparent Remote Access, Multiple Protocol 2 ;;; trampver.el --- Transparent Remote Access, Multiple Protocol
3 ;;; lisp/trampver.el. Generated from trampver.el.in by configure. 3 ;;; lisp/trampver.el. Generated from trampver.el.in by configure.
4 4
5 ;; Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. 5 ;; Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
6 6
7 ;; Author: Kai Großjohann <kai.grossjohann@gmx.net> 7 ;; Author: Kai Großjohann <kai.grossjohann@gmx.net>
8 ;; Keywords: comm, processes 8 ;; Keywords: comm, processes
9 9
10 ;; This file is part of GNU Emacs. 10 ;; This file is part of GNU Emacs.
11 11
12 ;; GNU Emacs is free software; you can redistribute it and/or modify 12 ;; GNU Emacs is free software; you can redistribute it and/or modify