From 5ef069a45c3d3f63c1251a0583a9715f1f6bbf16 Mon Sep 17 00:00:00 2001 From: tomo Date: Wed, 1 Mar 2000 10:56:08 +0000 Subject: [PATCH] (mime-library-version): update to 1.14.1. - Add autoload setting for `mime-parse-external'. --- mime-def.el | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/mime-def.el b/mime-def.el index df7c888..f9fd7dc 100644 --- a/mime-def.el +++ b/mime-def.el @@ -1,8 +1,6 @@ -;;; mime-def.el --- definition module about MIME +;;; mime-def.el --- definition module about MIME -*- coding: iso-8859-4; -*- -;; Copyright (C) 1995,1996,1997,1998,1999 Free Software Foundation, Inc. -;; Copyright (C) 1999 Electrotechnical Laboratory, JAPAN. -;; Licensed to the Free Software Foundation. +;; Copyright (C) 1995,96,97,98,99,2000 Free Software Foundation, Inc. ;; Author: MORIOKA Tomohiko ;; Keywords: definition, MIME, multimedia, mail, news @@ -35,7 +33,7 @@ (eval-when-compile (require 'cl)) ; list* (eval-and-compile - (defconst mime-library-product ["Chao" (1 14 0) "Momoyama"] + (defconst mime-library-product ["Chao" (1 14 1) "Rokujizò"] "Product name, version number and code name of MIME-library package.")) (defmacro mime-product-name (product) @@ -214,6 +212,7 @@ (autoload 'mime-entity-content-type "mime") (autoload 'mime-parse-multipart "mime-parse") (autoload 'mime-parse-encapsulated "mime-parse") +(autoload 'mime-parse-external "mime-parse") (autoload 'mime-entity-content "mime") (luna-define-class mime-entity () -- 1.7.10.4