diff options
| author | Michael Albinus | 2008-02-02 10:49:10 +0000 |
|---|---|---|
| committer | Michael Albinus | 2008-02-02 10:49:10 +0000 |
| commit | 500d481b51f671e998bc2298206313625c644a2d (patch) | |
| tree | c984e507e68c3bf8e77f15f2d3413b22d984d30e | |
| parent | 8cee022b93b32afcd2511298db2af813d5f53db3 (diff) | |
| download | emacs-500d481b51f671e998bc2298206313625c644a2d.tar.gz emacs-500d481b51f671e998bc2298206313625c644a2d.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/net/tramp-ftp.el | 6 | ||||
| -rw-r--r-- | lisp/net/tramp-smb.el | 5 | ||||
| -rw-r--r-- | lisp/net/tramp-util.el | 6 | ||||
| -rw-r--r-- | lisp/net/tramp-uu.el | 4 |
4 files changed, 11 insertions, 10 deletions
diff --git a/lisp/net/tramp-ftp.el b/lisp/net/tramp-ftp.el index f6985736b82..3e7a6a4c4b1 100644 --- a/lisp/net/tramp-ftp.el +++ b/lisp/net/tramp-ftp.el | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; tramp-ftp.el --- Tramp convenience functions for Ange-FTP -*- coding: iso-8859-1; -*- | 1 | ;;; tramp-ftp.el --- Tramp convenience functions for Ange-FTP |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002, 2003, 2004, 2005, 2006, | 3 | ;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, |
| 4 | ;; 2007, 2008 Free Software Foundation, Inc. | 4 | ;; 2008 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Author: Michael Albinus <michael.albinus@gmx.de> | 6 | ;; Author: Michael Albinus <michael.albinus@gmx.de> |
| 7 | ;; Keywords: comm, processes | 7 | ;; Keywords: comm, processes |
diff --git a/lisp/net/tramp-smb.el b/lisp/net/tramp-smb.el index 9ea2c9759df..f72774cd01f 100644 --- a/lisp/net/tramp-smb.el +++ b/lisp/net/tramp-smb.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; tramp-smb.el --- Tramp access functions for SMB servers -*- coding: iso-8859-1; -*- | 1 | ;;; tramp-smb.el --- Tramp access functions for SMB servers |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, |
| 4 | ;; 2008 Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Michael Albinus <michael.albinus@gmx.de> | 6 | ;; Author: Michael Albinus <michael.albinus@gmx.de> |
| 6 | ;; Keywords: comm, processes | 7 | ;; Keywords: comm, processes |
diff --git a/lisp/net/tramp-util.el b/lisp/net/tramp-util.el index 145f3cfc836..f9ad621c58b 100644 --- a/lisp/net/tramp-util.el +++ b/lisp/net/tramp-util.el | |||
| @@ -1,10 +1,10 @@ | |||
| 1 | ;;; -*- coding: iso-2022-7bit; -*- | 1 | ;;; -*- coding: iso-2022-7bit; -*- |
| 2 | ;;; tramp-util.el --- Misc utility functions to use with Tramp | 2 | ;;; tramp-util.el --- Misc utility functions to use with Tramp |
| 3 | 3 | ||
| 4 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, | 4 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, |
| 5 | ;; 2006, 2007, 2008 Free Software Foundation, Inc. | 5 | ;; 2008 Free Software Foundation, Inc. |
| 6 | 6 | ||
| 7 | ;; Author: kai.grossjohann@gmx.net | 7 | ;; Author: Kai Gro,A_(Bjohann <kai.grossjohann@gmx.net> |
| 8 | ;; Keywords: comm, extensions, processes | 8 | ;; Keywords: comm, extensions, processes |
| 9 | 9 | ||
| 10 | ;; This file is free software; you can redistribute it and/or modify | 10 | ;; This file is free software; you can redistribute it and/or modify |
diff --git a/lisp/net/tramp-uu.el b/lisp/net/tramp-uu.el index c5316cd35ef..5958494ba76 100644 --- a/lisp/net/tramp-uu.el +++ b/lisp/net/tramp-uu.el | |||
| @@ -1,8 +1,8 @@ | |||
| 1 | ;;; -*- coding: iso-2022-7bit; -*- | 1 | ;;; -*- coding: iso-2022-7bit; -*- |
| 2 | ;;; tramp-uu.el --- uuencode in Lisp | 2 | ;;; tramp-uu.el --- uuencode in Lisp |
| 3 | 3 | ||
| 4 | ;; Copyright (C) 2002, 2003, 2004, 2005, 2006, | 4 | ;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, |
| 5 | ;; 2007, 2008 Free Software Foundation, Inc. | 5 | ;; 2008 Free Software Foundation, Inc. |
| 6 | 6 | ||
| 7 | ;; Author: Kai Gro,A_(Bjohann <kai.grossjohann@gmx.net> | 7 | ;; Author: Kai Gro,A_(Bjohann <kai.grossjohann@gmx.net> |
| 8 | ;; Keywords: comm, terminals | 8 | ;; Keywords: comm, terminals |