comparison lisp/net/tramp-uu.el @ 93080:d68797743640

* net/tramp-uu.el: Move coding cookie at the end.
author Michael Albinus <michael.albinus@gmx.de>
date Wed, 19 Mar 2008 21:03:07 +0000
parents 7027f39ad5e2
children c10d57278d04
comparison
equal deleted inserted replaced
93079:4af1d1ce512c 93080:d68797743640
1 ;;; tramp-uu.el --- uuencode in Lisp 1 ;;; tramp-uu.el --- uuencode in Lisp
2 ;;; -*- coding: utf-8; -*-
3 2
4 ;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 3 ;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007,
5 ;; 2008 Free Software Foundation, Inc. 4 ;; 2008 Free Software Foundation, Inc.
6 5
7 ;; Author: Kai Großjohann <kai.grossjohann@gmx.net> 6 ;; Author: Kai Großjohann <kai.grossjohann@gmx.net>
88 87
89 (provide 'tramp-uu) 88 (provide 'tramp-uu)
90 89
91 ;;; arch-tag: 7153f2c6-8be5-4cd2-8c06-0fbcf5190ef6 90 ;;; arch-tag: 7153f2c6-8be5-4cd2-8c06-0fbcf5190ef6
92 ;;; tramp-uu.el ends here 91 ;;; tramp-uu.el ends here
92
93 ;; Local Variables:
94 ;; mode: Emacs-Lisp
95 ;; coding: utf-8
96 ;; End: