From: tmorioka Date: Mon, 24 Feb 1997 01:52:31 +0000 (+0000) Subject: `mime/B-' -> `eword-B-'. X-Git-Tag: Hokutetsu-Ishikawa-new~324 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=f1a5bf93f76a604373ff64465077f6e2479453b5;p=elisp%2Fsemi.git `mime/B-' -> `eword-B-'. --- diff --git a/mime-def.el b/mime-def.el index 4bdec5c..6a57efc 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.1 1997-02-24 01:45:37 tmorioka Exp $ +;; Version: $Id: mime-def.el,v 0.2 1997-02-24 01:52:31 tmorioka Exp $ ;; Keywords: definition, MIME, multimedia, mail, news ;; This file is part of SEMI (SEMI is Emacs MIME Interfaces). @@ -229,7 +229,7 @@ FUNCTION.") (defconst base64-token-regexp "[A-Za-z0-9+/]") (defconst base64-token-padding-regexp "[A-Za-z0-9+/=]") -(defconst mime/B-encoded-text-regexp +(defconst eword-B-encoded-text-regexp (concat "\\(\\(" base64-token-regexp base64-token-regexp @@ -242,8 +242,8 @@ FUNCTION.") base64-token-padding-regexp "\\)")) -(defconst mime/B-encoding-and-encoded-text-regexp - (concat "\\(B\\)\\?" mime/B-encoded-text-regexp)) +(defconst eword-B-encoding-and-encoded-text-regexp + (concat "\\(B\\)\\?" eword-B-encoded-text-regexp)) ;;; @@ Quoted-Printable