From ee0e9117670de921aae13cad2d17200a9d91f461 Mon Sep 17 00:00:00 2001 From: morioka Date: Mon, 3 Mar 1997 19:06:50 +0000 Subject: [PATCH] tm-bbdb.el was renamed to mime-bbdb.el. --- emh.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/emh.el b/emh.el index f60a177..9d1626b 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.4 $ +;; Version: $Revision: 0.5 $ ;; 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.4 1997-02-28 05:00:12 tmorioka Exp $") + "$Id: emh.el,v 0.5 1997-03-03 19:06:50 morioka Exp $") (defconst emh-version (get-version-string emh-RCS-ID)) @@ -382,7 +382,7 @@ digest are inserted into the folder after that message." 'bbdb (function (lambda () - (require 'tm-bbdb) + (require 'mime-bbdb) ))) -- 1.7.10.4