From 87eba41fd59d34669f46c592b44904976c0a1710 Mon Sep 17 00:00:00 2001 From: tomo Date: Fri, 22 Dec 2000 04:31:43 +0000 Subject: [PATCH] (eword-decode-header): Revert to obsolete alias. --- eword-decode.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eword-decode.el b/eword-decode.el index d14016c..0fc7d33 100644 --- a/eword-decode.el +++ b/eword-decode.el @@ -501,8 +501,8 @@ If SEPARATOR is not nil, it is used as header separator." )) code-conversion)) -;; (define-obsolete-function-alias 'eword-decode-header -;; 'mime-decode-header-in-buffer) +(defalias 'eword-decode-header 'mime-decode-header-in-buffer) +(make-obsolete 'eword-decode-header 'mime-decode-header-in-buffer) ;;; @ encoded-word decoder -- 1.7.10.4