From: morioka Date: Wed, 2 Jul 1997 16:41:06 +0000 (+0000) Subject: `mime/tspecials' -> `mime-tspecials'. X-Git-Tag: semi-0_96~17 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=c63a46dc41c81e9b379a0c77aa8d7b3de0eadad2;p=elisp%2Fsemi.git `mime/tspecials' -> `mime-tspecials'. --- 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