updated.
[elisp/semi.git] / mime-def.el
index e9b4760..9a6feb7 100644 (file)
@@ -3,7 +3,7 @@
 ;; Copyright (C) 1995,1996,1997 Free Software Foundation, Inc.
 
 ;; Author: MORIOKA Tomohiko <morioka@jaist.ac.jp>
-;; Version: $Id: mime-def.el,v 0.54 1997-07-02 16:41:06 morioka Exp $
+;; Version: $Id: mime-def.el,v 0.57 1997-07-03 11:57:44 morioka Exp $
 ;; Keywords: definition, MIME, multimedia, mail, news
 
 ;; This file is part of SEMI (SEMI is Emacs MIME Interfaces).
@@ -28,6 +28,8 @@
 (require 'cl)
 (require 'emu)
 
+(defconst semi-version-name "Kaga-Ichinomiya")
+
 (autoload 'mule-caesar-region "mule-caesar"
   "Caesar rotation of current region." t)
 
 ;;;
 
 (defconst mime-tspecials "][\000-\040()<>@,\;:\\\"/?.=")
-(defconst mime/token-regexp (concat "[^" mime-tspecials "]+"))
-(defconst mime-charset-regexp mime/token-regexp)
+(defconst mime-token-regexp (concat "[^" mime-tspecials "]+"))
+(defconst mime-charset-regexp mime-token-regexp)
 
-(defconst mime/content-type-subtype-regexp
-  (concat mime/token-regexp "/" mime/token-regexp))
+(defconst mime-media-type/subtype-regexp
+  (concat mime-token-regexp "/" mime-token-regexp))
 
-(defconst mime/disposition-type-regexp mime/token-regexp)
+(defconst mime/disposition-type-regexp mime-token-regexp)
 
 
 ;;; @ button