Constant `mime/charset-regexp' was renamed to `mime-charset-regexp'.
authortmorioka <tmorioka>
Mon, 24 Feb 1997 01:45:37 +0000 (01:45 +0000)
committertmorioka <tmorioka>
Mon, 24 Feb 1997 01:45:37 +0000 (01:45 +0000)
mime-def.el

index 347d932..4bdec5c 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.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).
@@ -215,7 +215,7 @@ FUNCTION.")
 
 (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))