aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/net
diff options
context:
space:
mode:
authorKai Großjohann2004-11-06 20:32:24 +0000
committerKai Großjohann2004-11-06 20:32:24 +0000
commitc37ee7cb84b11bf38e1f391b2015a2ec74e5c4e1 (patch)
treef7aa5aa089b0a9c92ae0fbba3d87a76cfc4598ec /lisp/net
parente7b52b6db22a312f19967f008ea11bbd2e133039 (diff)
downloademacs-c37ee7cb84b11bf38e1f391b2015a2ec74e5c4e1.tar.gz
emacs-c37ee7cb84b11bf38e1f391b2015a2ec74e5c4e1.zip
(tramp-uudecode): Mention `uudecode -o /dev/stdout'.
Diffstat (limited to 'lisp/net')
-rw-r--r--lisp/net/tramp.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el
index f5625e8bd62..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