From: morioka Date: Fri, 5 Sep 1997 06:16:22 +0000 (+0000) Subject: (mime-tspecials): Remove `.' and control-characters. X-Git-Tag: semi-0_112~40 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=a2bfbee0cabc84c6354e59573a5ea76112dc9c5b;p=elisp%2Fsemi.git (mime-tspecials): Remove `.' and control-characters. (mime-token-regexp): Add specification for control-characters. --- diff --git a/mime-def.el b/mime-def.el index af5a414..3a9b1ba 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.61 1997-08-30 14:26:57 morioka Exp $ +;; Version: $Id: mime-def.el,v 0.62 1997-09-05 06:16:22 morioka Exp $ ;; Keywords: definition, MIME, multimedia, mail, news ;; This file is part of SEMI (SEMI is Emacs MIME Interfaces). @@ -59,8 +59,8 @@ ;;; @ definitions about MIME ;;; -(defconst mime-tspecials "][\000-\040()<>@,\;:\\\"/?.=") -(defconst mime-token-regexp (concat "[^" mime-tspecials "]+")) +(defconst mime-tspecials "][()<>@,\;:\\\"/?=") +(defconst mime-token-regexp (concat "[^" mime-tspecials "\000-\040]+")) (defconst mime-charset-regexp mime-token-regexp) (defconst mime-media-type/subtype-regexp