From: Kai Großjohann Date: Sat, 6 Nov 2004 20:32:24 +0000 (+0000) Subject: (tramp-uudecode): Mention `uudecode -o /dev/stdout'. X-Git-Tag: ttn-vms-21-2-B4~4142 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c37ee7cb84b11bf38e1f391b2015a2ec74e5c4e1;p=emacs.git (tramp-uudecode): Mention `uudecode -o /dev/stdout'. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8a341673f31..6fc7796f339 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 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.$$ 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