From d7e4a4d5b9d4ed5614cdb33882dba955525938c9 Mon Sep 17 00:00:00 2001 From: morioka Date: Tue, 18 Mar 1997 13:47:26 +0000 Subject: [PATCH] Fixed problem about setting for mime-partial. --- emh.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/emh.el b/emh.el index 3884103..12000a5 100644 --- a/emh.el +++ b/emh.el @@ -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.14 $ +;; Version: $Revision: 0.15 $ ;; Keywords: MH, MIME, multimedia, encoded-word, multilingual, mail ;; This file is part of emh. @@ -38,7 +38,7 @@ ;;; (defconst emh-RCS-ID - "$Id: emh.el,v 0.14 1997-03-18 13:04:55 morioka Exp $") + "$Id: emh.el,v 0.15 1997-03-18 13:47:26 morioka Exp $") (defconst emh-version (get-version-string emh-RCS-ID)) @@ -302,7 +302,7 @@ It is registered to variable `mime-view-content-header-filter-alist'." ;;; (call-after-loaded - 'mime-partial + 'mime-view (function (lambda () (autoload 'mime-combine-message/partials-automatically -- 1.7.10.4