This commit was generated by cvs2svn to compensate for changes in r200,
[elisp/tm.git] / tm-def.el
index f8d3f76..b7b7f39 100644 (file)
--- a/tm-def.el
+++ b/tm-def.el
@@ -6,14 +6,14 @@
 ;;;
 ;;; Author: MORIOKA Tomohiko <morioka@jaist.ac.jp>
 ;;; Version:
-;;;    $Id: tm-def.el,v 6.9 1995/10/03 04:30:57 morioka Exp $
+;;;    $Id: tm-def.el,v 7.0 1995/10/05 13:27:34 morioka Exp $
 ;;; Keywords: mail, news, MIME, multimedia, definition
 ;;;
 ;;; This file is part of tm (Tools for MIME).
 ;;;
 
 (require 'emu)
-(require 'tl-header)
+(require 'tl-822)
 
 
 ;;; @ variables
   (concat mime/token-regexp "/" mime/token-regexp))
 (defconst mime/content-parameter-value-regexp
   (concat "\\("
-         message/quoted-string-regexp
+         rfc822/quoted-string-regexp
          "\\|[^; \t\n]*\\)"))