aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorMichael Albinus2008-03-19 21:03:07 +0000
committerMichael Albinus2008-03-19 21:03:07 +0000
commit668efb3fde7ab88c4052a227dc0835428d779546 (patch)
treeea66fbc9622a2beb669578059f8c16daca9a01d1 /lisp
parent40f245a31bd499ca850cdc01acfb0a4b3c3e9c8c (diff)
downloademacs-668efb3fde7ab88c4052a227dc0835428d779546.tar.gz
emacs-668efb3fde7ab88c4052a227dc0835428d779546.zip
* net/tramp-uu.el: Move coding cookie at the end.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/net/tramp-uu.el6
1 files changed, 5 insertions, 1 deletions
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 @@
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.
@@ -90,3 +89,8 @@
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: