From: morioka Date: Sat, 26 Jul 1997 15:21:11 +0000 (+0000) Subject: Constant `mime-disposition-type-regexp' was moved from mime-def.el to X-Git-Tag: semi-0_112~55 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78ec3a204dcf807f9410a4495163fc2553f69894;p=elisp%2Fsemi.git Constant `mime-disposition-type-regexp' was moved from mime-def.el to mime-parse.el. --- diff --git a/mime-def.el b/mime-def.el index d069d1c..7036652 100644 --- a/mime-def.el +++ b/mime-def.el @@ -3,7 +3,7 @@ ;; Copyright (C) 1995,1996,1997 Free Software Foundation, Inc. ;; Author: MORIOKA Tomohiko -;; Version: $Id: mime-def.el,v 0.58 1997-07-07 17:01:49 morioka Exp $ +;; Version: $Id: mime-def.el,v 0.59 1997-07-26 15:21:10 morioka Exp $ ;; Keywords: definition, MIME, multimedia, mail, news ;; This file is part of SEMI (SEMI is Emacs MIME Interfaces). @@ -28,7 +28,7 @@ (require 'cl) (require 'emu) -(defconst semi-version-name "Naka-Tsurugi") +(defconst semi-version-name "Tsurugi") (autoload 'mule-caesar-region "mule-caesar" "Caesar rotation of current region." t) @@ -66,8 +66,6 @@ (defconst mime-media-type/subtype-regexp (concat mime-token-regexp "/" mime-token-regexp)) -(defconst mime-disposition-type-regexp mime-token-regexp) - ;;; @ button ;;; diff --git a/mime-parse.el b/mime-parse.el index df068dc..b1d1b50 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.13 1997-07-07 17:08:03 morioka Exp $ +;; Version: $Id: mime-parse.el,v 0.14 1997-07-26 15:21:11 morioka Exp $ ;; Keywords: parse, MIME, multimedia, mail, news ;; This file is part of SEMI (SEMI is Emacs MIME Interfaces). @@ -122,6 +122,9 @@ which are string or symbol." (cons ctype (nreverse dest)) ))) + +(defconst mime-disposition-type-regexp mime-token-regexp) + (defun mime-parse-Content-Disposition (string) "Parse STRING as field-body of Content-Disposition field." (setq string (std11-unfold-string string))