]> code.delx.au - gnu-emacs/commitdiff
(tramp-uudecode): Mention `uudecode -o /dev/stdout'.
authorKai Großjohann <kgrossjo@eu.uu.net>
Sat, 6 Nov 2004 20:32:24 +0000 (20:32 +0000)
committerKai Großjohann <kgrossjo@eu.uu.net>
Sat, 6 Nov 2004 20:32:24 +0000 (20:32 +0000)
lisp/ChangeLog
lisp/net/tramp.el

index 8a341673f3173e26e1b8708c4710ee23058150c4..6fc7796f339e017988db6a9e533ea2b173f407f5 100644 (file)
@@ -3,6 +3,7 @@
        * net/tramp.el (tramp-coding-commands): Additionally try "uudecode
        -o /dev/stdout" before trying "uudecode -o -".  Suggested by Han
        Boetes.
+       (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
 
 2004-11-06  David Ponce  <david@dponce.com>
 
index f5625e8bd62d21743a3e1f402cc9df9530a75e14..e153ab3341f188e86e2567579e0b122968722a73 100644 (file)
@@ -1535,8 +1535,9 @@ cat /tmp/tramp.$$
 rm -f /tmp/tramp.$$
 }"
   "Shell function to implement `uudecode' to standard output.
-Many systems support `uudecode -o -' for this or `uudecode -p', but
-some systems don't, and for them we have this shell function.")
+Many systems support `uudecode -o /dev/stdout' for this or
+`uudecode -o -' or `uudecode -p', but some systems don't, and for
+them we have this shell function.")
 
 ;; Perl script to implement `file-attributes' in a Lisp `read'able
 ;; output.  If you are hacking on this, note that you get *no* output