From: tmorioka Date: Mon, 24 Feb 1997 01:45:37 +0000 (+0000) Subject: Constant `mime/charset-regexp' was renamed to `mime-charset-regexp'. X-Git-Tag: Hokutetsu-Ishikawa-new~326 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=550d1d4fb29d16d6be9c288e6085c153df5f88ea;p=elisp%2Fsemi.git Constant `mime/charset-regexp' was renamed to `mime-charset-regexp'. --- diff --git a/mime-def.el b/mime-def.el index 347d932..4bdec5c 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.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))