diff options
| author | Michael Albinus | 2008-03-21 17:58:33 +0000 |
|---|---|---|
| committer | Michael Albinus | 2008-03-21 17:58:33 +0000 |
| commit | e52196e09a403e7013084019c7454e354c4ac51c (patch) | |
| tree | f072042b82f4c670388b98a2b254ff8b474c38f6 | |
| parent | 45b24b4de643475dc82737a89bf9d1c250ce3d9e (diff) | |
| download | emacs-e52196e09a403e7013084019c7454e354c4ac51c.tar.gz emacs-e52196e09a403e7013084019c7454e354c4ac51c.zip | |
Fix up encoding.
| -rw-r--r-- | lisp/net/tramp-uu.el | 2 | ||||
| -rw-r--r-- | lisp/net/trampver.el | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/net/tramp-uu.el b/lisp/net/tramp-uu.el index ff24a3ec877..0d12772de6d 100644 --- a/lisp/net/tramp-uu.el +++ b/lisp/net/tramp-uu.el | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | ;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, | 3 | ;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, |
| 4 | ;; 2008 Free Software Foundation, Inc. | 4 | ;; 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Kai Großjohann <kai.grossjohann@gmx.net> | 6 | ;; Author: Kai Großjohann <kai.grossjohann@gmx.net> |
| 7 | ;; Keywords: comm, terminals | 7 | ;; Keywords: comm, terminals |
| 8 | 8 | ||
| 9 | ;; This file is free software; you can redistribute it and/or modify | 9 | ;; This file is free software; you can redistribute it and/or modify |
diff --git a/lisp/net/trampver.el b/lisp/net/trampver.el index 2804f9e79c9..6676e53ab3a 100644 --- a/lisp/net/trampver.el +++ b/lisp/net/trampver.el | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | ;; Copyright (C) 2003, 2004, 2005, 2006, 2007, | 4 | ;; Copyright (C) 2003, 2004, 2005, 2006, 2007, |
| 5 | ;; 2008 Free Software Foundation, Inc. | 5 | ;; 2008 Free Software Foundation, Inc. |
| 6 | 6 | ||
| 7 | ;; Author: Kai Großjohann <kai.grossjohann@gmx.net> | 7 | ;; Author: Kai Großjohann <kai.grossjohann@gmx.net> |
| 8 | ;; Keywords: comm, processes | 8 | ;; Keywords: comm, processes |
| 9 | 9 | ||
| 10 | ;; This file is part of GNU Emacs. | 10 | ;; This file is part of GNU Emacs. |