diff options
author | Michael Albinus <michael.albinus@gmx.de> | 2007-07-29 15:32:56 +0000 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2007-07-29 15:32:56 +0000 |
commit | bce04feefd5fd9afddfb772c83f80d1445f3068c (patch) | |
tree | ddca47a0ea7b285d25b4c4168003992f69fed911 /lisp/net/tramp-gw.el | |
parent | c486d9691c400962e28c8e247c7cd86b8342b103 (diff) | |
download | emacs-bce04feefd5fd9afddfb772c83f80d1445f3068c.tar.gz |
* 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-gw.el')
-rw-r--r-- | lisp/net/tramp-gw.el | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lisp/net/tramp-gw.el b/lisp/net/tramp-gw.el index 2cbb7ea377f..3ac496d8a09 100644 --- a/lisp/net/tramp-gw.el +++ b/lisp/net/tramp-gw.el @@ -1,4 +1,3 @@ -;;; -*- coding: iso-8859-1; -*- ;;; tramp-gw.el --- Tramp utility functions for HTTP tunnels and SOCKS gateways ;; Copyright (C) 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 |