diff options
Diffstat (limited to 'lisp/net')
| -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 4ad34055277..6e868aa1fc6 100644 --- a/lisp/net/tramp-sh.el +++ b/lisp/net/tramp-sh.el | |||
| @@ -790,7 +790,7 @@ on the remote host.") | |||
| 790 | (defconst tramp-perl-encode | 790 | (defconst tramp-perl-encode |
| 791 | "%s -e ' | 791 | "%s -e ' |
| 792 | # This script contributed by Juanma Barranquero <lektu@terra.es>. | 792 | # This script contributed by Juanma Barranquero <lektu@terra.es>. |
| 793 | # Copyright (C) 2002-2018 Free Software Foundation, Inc. | 793 | # Copyright (C) 2002-2019 Free Software Foundation, Inc. |
| 794 | use strict; | 794 | use strict; |
| 795 | 795 | ||
| 796 | my %%trans = do { | 796 | my %%trans = do { |
| @@ -828,7 +828,7 @@ This string is passed to `format', so percent characters need to be doubled.") | |||
| 828 | (defconst tramp-perl-decode | 828 | (defconst tramp-perl-decode |
| 829 | "%s -e ' | 829 | "%s -e ' |
| 830 | # This script contributed by Juanma Barranquero <lektu@terra.es>. | 830 | # This script contributed by Juanma Barranquero <lektu@terra.es>. |
| 831 | # Copyright (C) 2002-2018 Free Software Foundation, Inc. | 831 | # Copyright (C) 2002-2019 Free Software Foundation, Inc. |
| 832 | use strict; | 832 | use strict; |
| 833 | 833 | ||
| 834 | my %%trans = do { | 834 | my %%trans = do { |