;; Copyright (C) 1995,1996,1997 Free Software Foundation, Inc.
;; Author: MORIOKA Tomohiko <morioka@jaist.ac.jp>
-;; Version: $Id: mime-def.el,v 0.0 1997-02-24 01:43:06 morioka Exp $
+;; Version: $Id: mime-def.el,v 0.1 1997-02-24 01:45:37 tmorioka Exp $
;; Keywords: definition, MIME, multimedia, mail, news
;; This file is part of SEMI (SEMI is Emacs MIME Interfaces).
(defconst mime/tspecials "][\000-\040()<>@,\;:\\\"/?.=")
(defconst mime/token-regexp (concat "[^" mime/tspecials "]+"))
-(defconst mime/charset-regexp mime/token-regexp)
+(defconst mime-charset-regexp mime/token-regexp)
(defconst mime/content-type-subtype-regexp
(concat mime/token-regexp "/" mime/token-regexp))