From 668efb3fde7ab88c4052a227dc0835428d779546 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Wed, 19 Mar 2008 21:03:07 +0000 Subject: [PATCH] * net/tramp-uu.el: Move coding cookie at the end. --- lisp/net/tramp-uu.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/net/tramp-uu.el b/lisp/net/tramp-uu.el index cc414ef9e8b..ff24a3ec877 100644 --- a/lisp/net/tramp-uu.el +++ b/lisp/net/tramp-uu.el @@ -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: