correct usage of uuencode in po-mode.el since we're not using GNU

uuencode; from FreeBSD
This commit is contained in:
brad 2000-01-30 17:26:12 +00:00
parent 01ffa0afd0
commit b4c693d0ce

View File

@ -0,0 +1,11 @@
--- misc/po-mode.el.orig Sun Jan 30 12:22:43 2000
+++ misc/po-mode.el Sun Jan 30 12:22:55 2000
@@ -330,7 +330,7 @@
: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'."