aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/net
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/net')
-rw-r--r--lisp/net/tramp.el7
1 files changed, 5 insertions, 2 deletions
diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el
index 5a71a50c5db..e153ab3341f 100644
--- a/lisp/net/tramp.el
+++ b/lisp/net/tramp.el
@@ -1535,8 +1535,9 @@ cat /tmp/tramp.$$
1535rm -f /tmp/tramp.$$ 1535rm -f /tmp/tramp.$$
1536}" 1536}"
1537 "Shell function to implement `uudecode' to standard output. 1537 "Shell function to implement `uudecode' to standard output.
1538Many systems support `uudecode -o -' for this or `uudecode -p', but 1538Many systems support `uudecode -o /dev/stdout' for this or
1539some systems don't, and for them we have this shell function.") 1539`uudecode -o -' or `uudecode -p', but some systems don't, and for
1540them we have this shell function.")
1540 1541
1541;; Perl script to implement `file-attributes' in a Lisp `read'able 1542;; Perl script to implement `file-attributes' in a Lisp `read'able
1542;; output. If you are hacking on this, note that you get *no* output 1543;; output. If you are hacking on this, note that you get *no* output
@@ -5970,6 +5971,8 @@ locale to C and sets up the remote shell search path."
5970 base64-encode-region base64-decode-region) 5971 base64-encode-region base64-decode-region)
5971 ("recode data..base64" "recode base64..data" 5972 ("recode data..base64" "recode base64..data"
5972 base64-encode-region base64-decode-region) 5973 base64-encode-region base64-decode-region)
5974 ("uuencode xxx" "uudecode -o /dev/stdout"
5975 tramp-uuencode-region uudecode-decode-region)
5973 ("uuencode xxx" "uudecode -o -" 5976 ("uuencode xxx" "uudecode -o -"
5974 tramp-uuencode-region uudecode-decode-region) 5977 tramp-uuencode-region uudecode-decode-region)
5975 ("uuencode xxx" "uudecode -p" 5978 ("uuencode xxx" "uudecode -p"