~ubuntu-branches/ubuntu/karmic/emacs-snapshot/karmic

« back to all changes in this revision

Viewing changes to lisp/net/tramp-ftp.el

  • Committer: Bazaar Package Importer
  • Author(s): Romain Francoise
  • Date: 2007-07-01 18:41:19 UTC
  • mfrom: (1.1.21 upstream)
  • Revision ID: james.westby@ubuntu.com-20070701184119-1n27qhw9b1ee633k
Tags: 1:20070701-1
New snapshot (from the EMACS_22_BASE branch).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
;;; tramp-ftp.el --- Tramp convenience functions for Ange-FTP -*- coding: iso-8859-1; -*-
2
2
 
3
 
;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
 
3
;; Copyright (C) 2002, 2003, 2004, 2005, 2006,
 
4
;;   2007 Free Software Foundation, Inc.
4
5
 
5
6
;; Author: Michael Albinus <michael.albinus@gmx.de>
6
7
;; Keywords: comm, processes
31
32
 
32
33
(require 'tramp)
33
34
 
34
 
(eval-when-compile
35
 
  (require 'cl)
36
 
  (require 'custom)
37
 
  ;; Emacs 19.34 compatibility hack -- is this needed?
38
 
  (or (>= emacs-major-version 20)
39
 
      (load "cl-seq")))
 
35
(eval-when-compile (require 'custom))
40
36
 
41
37
;; Disable Ange-FTP from file-name-handler-alist.
42
38
;; To handle EFS, the following functions need to be dealt with: