]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix up encoding.
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 20 Mar 2008 13:42:38 +0000 (13:42 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 20 Mar 2008 13:42:38 +0000 (13:42 +0000)
lisp/net/tramp.el

index fa5cdafca561016a051eedbd141f078c6ebaf476..3a365015174d2b5ea3a62b34fc8432fcf087ca6d 100644 (file)
@@ -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 @@ Only works for Bourne-like shells."
 ;;   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 @@ Only works for Bourne-like shells."
 ;; 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: