# HG changeset patch # User Kai Grojohann # Date 1099773144 0 # Node ID da879b3ac5c4f5c759c3f9330fd056ba9db2b012 # Parent 07404103ed0258c533d6547ada6e21acd229df60 (tramp-uudecode): Mention `uudecode -o /dev/stdout'. diff -r 07404103ed02 -r da879b3ac5c4 lisp/ChangeLog --- a/lisp/ChangeLog Sat Nov 06 20:27:16 2004 +0000 +++ b/lisp/ChangeLog Sat Nov 06 20:32:24 2004 +0000 @@ -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 -r 07404103ed02 -r da879b3ac5c4 lisp/net/tramp.el --- a/lisp/net/tramp.el Sat Nov 06 20:27:16 2004 +0000 +++ b/lisp/net/tramp.el Sat Nov 06 20:32:24 2004 +0000 @@ -1535,8 +1535,9 @@ 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