`mime/tspecials' -> `mime-tspecials'.
authormorioka <morioka>
Wed, 2 Jul 1997 16:41:06 +0000 (16:41 +0000)
committermorioka <morioka>
Wed, 2 Jul 1997 16:41:06 +0000 (16:41 +0000)
mime-def.el

index 0ec8938..e9b4760 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.53 1997-07-02 16:28:48 morioka Exp $
+;; Version: $Id: mime-def.el,v 0.54 1997-07-02 16:41:06 morioka Exp $
 ;; Keywords: definition, MIME, multimedia, mail, news
 
 ;; This file is part of SEMI (SEMI is Emacs MIME Interfaces).
@@ -57,8 +57,8 @@
 ;;; @ definitions about MIME
 ;;;
 
-(defconst mime/tspecials "][\000-\040()<>@,\;:\\\"/?.=")
-(defconst mime/token-regexp (concat "[^" mime/tspecials "]+"))
+(defconst mime-tspecials "][\000-\040()<>@,\;:\\\"/?.=")
+(defconst mime/token-regexp (concat "[^" mime-tspecials "]+"))
 (defconst mime-charset-regexp mime/token-regexp)
 
 (defconst mime/content-type-subtype-regexp