View | Details | Raw Unified | Return to bug 16317
Collapse All | Expand All

(-)gettext/patches/patch-aj (+11 lines)
Line 0 Link Here
1
--- misc/po-mode.el.orig	Sun Jan 23 22:35:10 2000
2
+++ misc/po-mode.el	Sun Jan 23 22:35:39 2000
3
@@ -330,7 +330,7 @@
4
   :type 'face
5
   :group 'po)
6
 
7
-(defcustom po-gzip-uuencode-command "gzip -9 | uuencode -m"
8
+(defcustom po-gzip-uuencode-command "gzip -9 | uuencode"
9
   "*The filter to use for preparing a mail invoice of the PO file.
10
 Normally \"gzip -9 | uuencode -m\", remove the -9 for lesser compression,
11
 or remove the -m if you are not using the GNU version of `uuencode'."

Return to bug 16317