From dc66d5f08ed73f33792ecfd50d62e2f04e170224 Mon Sep 17 00:00:00 2001 From: morioka Date: Mon, 2 Nov 1998 11:52:14 +0000 Subject: [PATCH] (mime-decode-header-in-buffer): fixed. --- eword-decode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eword-decode.el b/eword-decode.el index e194e51..f176a97 100644 --- a/eword-decode.el +++ b/eword-decode.el @@ -454,7 +454,7 @@ If SEPARATOR is not nil, it is used as header separator." (match-beginning 0) (point-max) )) - )) + code-conversion)) (define-obsolete-function-alias 'eword-decode-header 'mime-decode-header-in-buffer) -- 1.7.10.4