diff options
Diffstat (limited to 'lisp/net/tramp.el')
-rw-r--r-- | lisp/net/tramp.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el index 899cefc82d8..5a65b95b0f8 100644 --- a/lisp/net/tramp.el +++ b/lisp/net/tramp.el @@ -1594,7 +1594,7 @@ on the remote host.") (defconst tramp-perl-encode "%s -e ' -# This script is contributed by Juanma Barranquero <lektu@terra.es>. +# This script contributed by Juanma Barranquero <lektu@terra.es>. # Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 # Free Software Foundation, Inc. use strict; @@ -1636,7 +1636,7 @@ This string is passed to `format', so percent characters need to be doubled.") (defconst tramp-perl-decode "%s -e ' -# This script is contributed by Juanma Barranquero <lektu@terra.es>. +# This script contributed by Juanma Barranquero <lektu@terra.es>. # Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 # Free Software Foundation, Inc. use strict; |