summaryrefslogtreecommitdiff
path: root/lisp/net/tramp-uu.el
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2007-09-30 16:43:07 +0000
committerMichael Albinus <michael.albinus@gmx.de>2007-09-30 16:43:07 +0000
commit9e6ab520d0265c2077a1842171c995862b2d9dd8 (patch)
treec9134b3456e0b1444adcbfba49f2e2ba9c3dbdb3 /lisp/net/tramp-uu.el
parent2e55c9864d2125afabe16d5052403923f74794cd (diff)
downloademacs-9e6ab520d0265c2077a1842171c995862b2d9dd8.tar.gz
* net/tramp-compat.el: New file.
* net/tramp.el: * net/tramp-fish.el: * net/tramp-smb.el: * net/tramp-uu.el: * net/trampver.el: Move compatibility code to tramp-compat.el. Apply `mapc' instead of `mapcar' when the code needs side effects only. Move utf-8 coding cookie to the second line.
Diffstat (limited to 'lisp/net/tramp-uu.el')
-rw-r--r--lisp/net/tramp-uu.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/tramp-uu.el b/lisp/net/tramp-uu.el
index c399a0b211d..d9994e9dc83 100644
--- a/lisp/net/tramp-uu.el
+++ b/lisp/net/tramp-uu.el
@@ -1,5 +1,5 @@
-;;; -*- coding: utf-8; -*-
;;; tramp-uu.el --- uuencode in Lisp
+;;; -*- coding: utf-8; -*-
;; Copyright (C) 2002, 2003, 2004, 2005, 2006,
;; 2007 Free Software Foundation, Inc.