aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/net/tramp-fish.el
diff options
context:
space:
mode:
authorMichael Albinus <[email protected]>2007-07-29 15:32:56 +0000
committerMichael Albinus <[email protected]>2007-07-29 15:32:56 +0000
commitbce04feefd5fd9afddfb772c83f80d1445f3068c (patch)
treeddca47a0ea7b285d25b4c4168003992f69fed911 /lisp/net/tramp-fish.el
parentc486d9691c400962e28c8e247c7cd86b8342b103 (diff)
* 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.
Diffstat (limited to 'lisp/net/tramp-fish.el')
-rw-r--r--lisp/net/tramp-fish.el5
1 files changed, 2 insertions, 3 deletions
diff --git a/lisp/net/tramp-fish.el b/lisp/net/tramp-fish.el
index 1752a09a28..f0db302abc 100644
--- a/lisp/net/tramp-fish.el
+++ b/lisp/net/tramp-fish.el
@@ -1,4 +1,3 @@
-;;; -*- coding: iso-8859-1; -*-
;;; tramp-fish.el --- Tramp access functions for FISH protocol
;; Copyright (C) 2006, 2007 Free Software Foundation, Inc.
@@ -10,8 +9,8 @@
;; GNU Emacs is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
-;; the Free Software Foundation; either version 3 of the License, or
-;; (at your option) any later version.
+;; the Free Software Foundation; either version 3, or (at your option)
+;; any later version.
;; GNU Emacs is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of