From 7c128c61ccce7b8ec12b10a0d609c2681be18bcf Mon Sep 17 00:00:00 2001 From: yamaoka Date: Tue, 20 Oct 1998 12:15:13 +0000 Subject: [PATCH] Fix typo. --- ChangeLog | 2 ++ mel-u.el | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f295882..6986cd6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 1998-10-20 Katsumi Yamaoka + * mel-u.el: Fix typo. + * mime-def.el: Enclose defining procedure for the constants `std11-quoted-pair-regexp', `std11-non-qtext-char-list' and `std11-qtext-regexp' with `eval-and-compile'. diff --git a/mel-u.el b/mel-u.el index 5a756aa..65513f3 100644 --- a/mel-u.el +++ b/mel-u.el @@ -131,7 +131,7 @@ variable `uuencode-external-encoder'." ) (mel-define-method mime-write-decoded-region (start end filename - (nil "x-gzip64")) + (nil "x-uue")) "Decode and write current region encoded by uuencode into FILENAME. START and END are buffer positions." (interactive -- 1.7.10.4