diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/net/tramp-sh.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/net/tramp-sh.el b/lisp/net/tramp-sh.el index 2a046f7473d..80a256c8d3b 100644 --- a/lisp/net/tramp-sh.el +++ b/lisp/net/tramp-sh.el | |||
| @@ -736,7 +736,7 @@ on the remote host.") | |||
| 736 | (defconst tramp-perl-encode | 736 | (defconst tramp-perl-encode |
| 737 | "%s -e ' | 737 | "%s -e ' |
| 738 | # This script contributed by Juanma Barranquero <lektu@terra.es>. | 738 | # This script contributed by Juanma Barranquero <lektu@terra.es>. |
| 739 | # Copyright (C) 2002-2014 Free Software Foundation, Inc. | 739 | # Copyright (C) 2002-2015 Free Software Foundation, Inc. |
| 740 | use strict; | 740 | use strict; |
| 741 | 741 | ||
| 742 | my %%trans = do { | 742 | my %%trans = do { |
| @@ -774,7 +774,7 @@ This string is passed to `format', so percent characters need to be doubled.") | |||
| 774 | (defconst tramp-perl-decode | 774 | (defconst tramp-perl-decode |
| 775 | "%s -e ' | 775 | "%s -e ' |
| 776 | # This script contributed by Juanma Barranquero <lektu@terra.es>. | 776 | # This script contributed by Juanma Barranquero <lektu@terra.es>. |
| 777 | # Copyright (C) 2002-2014 Free Software Foundation, Inc. | 777 | # Copyright (C) 2002-2015 Free Software Foundation, Inc. |
| 778 | use strict; | 778 | use strict; |
| 779 | 779 | ||
| 780 | my %%trans = do { | 780 | my %%trans = do { |