From: morioka Date: Mon, 2 Nov 1998 11:52:14 +0000 (+0000) Subject: (mime-decode-header-in-buffer): fixed. X-Git-Tag: chao-1_12_0~1 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=dc66d5f08ed73f33792ecfd50d62e2f04e170224;p=elisp%2Fflim.git (mime-decode-header-in-buffer): fixed. --- 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)