From: morioka Date: Mon, 3 Mar 1997 19:06:50 +0000 (+0000) Subject: tm-bbdb.el was renamed to mime-bbdb.el. X-Git-Tag: emh-0_21~45 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=ee0e9117670de921aae13cad2d17200a9d91f461;p=elisp%2Femh.git tm-bbdb.el was renamed to mime-bbdb.el. --- 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) )))