From 48c33a76287feda3df2eeb3548c8b16beac74f54 Mon Sep 17 00:00:00 2001 From: morioka Date: Sun, 16 Mar 1997 00:05:32 +0000 Subject: [PATCH] `mime-charset/decode-buffer' -> `mime-text-decode-buffer'. --- emh.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/emh.el b/emh.el index ceabe47..d231515 100644 --- a/emh.el +++ b/emh.el @@ -1,6 +1,6 @@ ;;; emh.el --- MIME extender for mh-e -;; Copyright (C) 1995,1996 Free Software Foundation, Inc. +;; Copyright (C) 1995,1996,1997 Free Software Foundation, Inc. ;; Author: MORIOKA Tomohiko ;; OKABE Yasuo @@ -8,7 +8,7 @@ ;; Created: 1993/11/21 ;; Renamed: 1993/11/27 from mh-e-mime.el ;; Renamed: 1997/02/21 from tm-mh-e.el -;; Version: $Revision: 0.7 $ +;; Version: $Revision: 0.8 $ ;; Keywords: MH, MIME, multimedia, encoded-word, multilingual, mail ;; This file is part of emh. @@ -39,7 +39,7 @@ ;;; (defconst emh-RCS-ID - "$Id: emh.el,v 0.7 1997-03-04 20:22:07 morioka Exp $") + "$Id: emh.el,v 0.8 1997-03-16 00:05:32 morioka Exp $") (defconst emh-version (get-version-string emh-RCS-ID)) @@ -224,7 +224,7 @@ digest are inserted into the folder after that message." ;;; (fset 'emh-decode-charset-buffer - (symbol-function 'mime-charset/decode-buffer)) + (symbol-function 'mime-text-decode-buffer)) (set-alist 'mime-text-decoder-alist 'mh-show-mode -- 1.7.10.4