# HG changeset patch # User Michael Albinus # Date 1205960587 0 # Node ID d68797743640f42521e9c599409be261a19ed795 # Parent 4af1d1ce512c1512d308c6d4c3b2834b9e4849b7 * net/tramp-uu.el: Move coding cookie at the end. diff -r 4af1d1ce512c -r d68797743640 lisp/net/tramp-uu.el --- 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: