changeset 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 4af1d1ce512c
children dc3dfd7208a1
files lisp/net/tramp-uu.el
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/net/tramp-uu.el	Wed Mar 19 21:02:03 2008 +0000
+++ b/lisp/net/tramp-uu.el	Wed Mar 19 21:03:07 2008 +0000
@@ -1,5 +1,4 @@
 ;;; tramp-uu.el --- uuencode in Lisp
-;;; -*- coding: utf-8; -*-
 
 ;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007,
 ;;   2008 Free Software Foundation, Inc.
@@ -90,3 +89,8 @@
 
 ;;; arch-tag: 7153f2c6-8be5-4cd2-8c06-0fbcf5190ef6
 ;;; tramp-uu.el ends here
+
+;; Local Variables:
+;; mode: Emacs-Lisp
+;; coding: utf-8
+;; End: