aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/net/tramp-sh.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/net/tramp-sh.el b/lisp/net/tramp-sh.el
index 4fe44a98c26..8e65686e353 100644
--- a/lisp/net/tramp-sh.el
+++ b/lisp/net/tramp-sh.el
@@ -720,7 +720,7 @@ on the remote host.")
720(defconst tramp-perl-encode 720(defconst tramp-perl-encode
721 "%s -e ' 721 "%s -e '
722# This script contributed by Juanma Barranquero <lektu@terra.es>. 722# This script contributed by Juanma Barranquero <lektu@terra.es>.
723# Copyright (C) 2002-2014 Free Software Foundation, Inc. 723# Copyright (C) 2002-2015 Free Software Foundation, Inc.
724use strict; 724use strict;
725 725
726my %%trans = do { 726my %%trans = do {
@@ -758,7 +758,7 @@ This string is passed to `format', so percent characters need to be doubled.")
758(defconst tramp-perl-decode 758(defconst tramp-perl-decode
759 "%s -e ' 759 "%s -e '
760# This script contributed by Juanma Barranquero <lektu@terra.es>. 760# This script contributed by Juanma Barranquero <lektu@terra.es>.
761# Copyright (C) 2002-2014 Free Software Foundation, Inc. 761# Copyright (C) 2002-2015 Free Software Foundation, Inc.
762use strict; 762use strict;
763 763
764my %%trans = do { 764my %%trans = do {