--- misc/po-mode.el.orig Fri Mar 23 08:23:55 2001 +++ misc/po-mode.el Tue Apr 3 21:36:30 2001 @@ -331,7 +331,7 @@ slightly different." :type 'face :group 'po) -(defcustom po-gzip-uuencode-command "gzip -9 | uuencode -m" +(defcustom po-gzip-uuencode-command "gzip -9 | uuencode" "*The filter to use for preparing a mail invoice of the PO file. Normally \"gzip -9 | uuencode -m\", remove the -9 for lesser compression, or remove the -m if you are not using the GNU version of `uuencode'."