From a4a4f2a89888b41068da1f249781da6e50d4f8cb Mon Sep 17 00:00:00 2001 From: morioka Date: Sat, 22 Feb 1997 16:10:50 +0000 Subject: [PATCH] tm-def.el was renamed to mime-def.el. --- mime-parse.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mime-parse.el b/mime-parse.el index 5859995..a63ce2a 100644 --- a/mime-parse.el +++ b/mime-parse.el @@ -3,7 +3,7 @@ ;; Copyright (C) 1994,1995,1996,1997 Free Software Foundation, Inc. ;; Author: MORIOKA Tomohiko -;; Version: $Id: mime-parse.el,v 0.1 1997-02-21 07:38:26 tmorioka Exp $ +;; Version: $Id: mime-parse.el,v 0.2 1997-02-22 16:10:50 morioka Exp $ ;; Keywords: MIME, multimedia, mail, news ;; This file is part of SEMI (SEMI is Emacs MIME Interfaces). @@ -27,7 +27,7 @@ (require 'std11) (require 'tl-misc) -(require 'tm-def) +(require 'mime-def) ;;; @ field parser -- 1.7.10.4