comparison lisp/net/tramp-fish.el @ 82201:b3182f0c969c

* net/tramp.el: * net/tramp-uu.el: * net/trampver.el: Use utf-8 encoding with coding cookie. * net/tramp-cache.el: * net/tramp-fish.el: * net/tramp-ftp.el: * net/tramp-gw.el: * net/tramp-smb.el: Remove coding cookie. * net/tramp.el (tramp-handle-verify-visited-file-modtime): Flush buffer file-name's file property. (tramp-handle-file-remote-p): The first parameter is FILENAME. * net/trampver.el: Update release number.
author Michael Albinus <michael.albinus@gmx.de>
date Sun, 29 Jul 2007 15:32:56 +0000
parents 9077ada922e0
children fa9dd0b54e54
comparison
equal deleted inserted replaced
82200:b85800eebe46 82201:b3182f0c969c
1 ;;; -*- coding: iso-8859-1; -*-
2 ;;; tramp-fish.el --- Tramp access functions for FISH protocol 1 ;;; tramp-fish.el --- Tramp access functions for FISH protocol
3 2
4 ;; Copyright (C) 2006, 2007 Free Software Foundation, Inc. 3 ;; Copyright (C) 2006, 2007 Free Software Foundation, Inc.
5 4
6 ;; Author: Michael Albinus <michael.albinus@gmx.de> 5 ;; Author: Michael Albinus <michael.albinus@gmx.de>
8 7
9 ;; This file is part of GNU Emacs. 8 ;; This file is part of GNU Emacs.
10 9
11 ;; GNU Emacs is free software; you can redistribute it and/or modify 10 ;; GNU Emacs is free software; you can redistribute it and/or modify
12 ;; it under the terms of the GNU General Public License as published by 11 ;; it under the terms of the GNU General Public License as published by
13 ;; the Free Software Foundation; either version 3 of the License, or 12 ;; the Free Software Foundation; either version 3, or (at your option)
14 ;; (at your option) any later version. 13 ;; any later version.
15 14
16 ;; GNU Emacs is distributed in the hope that it will be useful, 15 ;; GNU Emacs is distributed in the hope that it will be useful,
17 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of 16 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
18 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19 ;; GNU General Public License for more details. 18 ;; GNU General Public License for more details.