From c63a46dc41c81e9b379a0c77aa8d7b3de0eadad2 Mon Sep 17 00:00:00 2001 From: morioka Date: Wed, 2 Jul 1997 16:41:06 +0000 Subject: [PATCH] `mime/tspecials' -> `mime-tspecials'. --- mime-def.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mime-def.el b/mime-def.el index 0ec8938..e9b4760 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.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 -- 1.7.10.4