Mercurial > emacs
changeset 93103:19a32f437b65
Fix up encoding.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 20 Mar 2008 13:42:38 +0000 |
parents | cabe16b2ac03 |
children | cd165893f5bb |
files | lisp/net/tramp.el |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/net/tramp.el Thu Mar 20 10:28:55 2008 +0000 +++ b/lisp/net/tramp.el Thu Mar 20 13:42:38 2008 +0000 @@ -5,7 +5,7 @@ ;; (copyright statements below in code to be updated with the above notice) -;; Author: Kai Großjohann <kai.grossjohann@gmx.net> +;; Author: Kai Großjohann <kai.grossjohann@gmx.net> ;; Michael Albinus <michael.albinus@gmx.de> ;; Keywords: comm, processes @@ -7362,7 +7362,7 @@ ;; transfer method to use. (Greg Stark) ;; * Remove unneeded parameters from methods. ;; * Invoke rsync once for copying a whole directory hierarchy. -;; (Francesco Potortì) +;; (Francesco Potortì) ;; * Make it work for different encodings, and for different file name ;; encodings, too. (Daniel Pittman) ;; * Progress reports while copying files. (Michael Kifer) @@ -7415,7 +7415,7 @@ ;; get-file-buffer -- use primitive ;; vc-registered -;;; arch-tag: 3a21a994-182b-48fa-b0cd-c1d9fede424a +;; arch-tag: 3a21a994-182b-48fa-b0cd-c1d9fede424a ;;; tramp.el ends here ;; Local Variables: