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

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Reinhard Tartler
  • Date: 2009-04-05 09:14:30 UTC
  • mto: This revision was merged to the branch mainline in revision 34.
  • Revision ID: james.westby@ubuntu.com-20090405091430-nw07lynn2arotjbe
Tags: upstream-20090320
ImportĀ upstreamĀ versionĀ 20090320

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
;;; tramp-fish.el --- Tramp access functions for FISH protocol
2
2
 
3
 
;; Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc.
 
3
;; Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
4
4
 
5
5
;; Author: Michael Albinus <michael.albinus@gmx.de>
6
6
;; Keywords: comm, processes
220
220
    (file-remote-p . tramp-handle-file-remote-p)
221
221
    (file-modes . tramp-handle-file-modes)
222
222
    (file-name-all-completions . tramp-fish-handle-file-name-all-completions)
223
 
    ;; `file-name-as-directory' performed by default handler
 
223
    (file-name-as-directory . tramp-handle-file-name-as-directory)
224
224
    (file-name-completion . tramp-handle-file-name-completion)
225
225
    (file-name-directory . tramp-handle-file-name-directory)
226
226
    (file-name-nondirectory . tramp-handle-file-name-nondirectory)