From: tmorioka Date: Mon, 24 Feb 1997 01:56:02 +0000 (+0000) Subject: `mime/Q-' -> `eword-Q-'. X-Git-Tag: Hokutetsu-Ishikawa-new~323 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5002e7c2c137eb0284f89ea141a030c26e346b94;p=elisp%2Fsemi.git `mime/Q-' -> `eword-Q-'. --- diff --git a/mime-def.el b/mime-def.el index 6a57efc..09fa769 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.2 1997-02-24 01:52:31 tmorioka Exp $ +;; Version: $Id: mime-def.el,v 0.3 1997-02-24 01:56:02 tmorioka Exp $ ;; Keywords: definition, MIME, multimedia, mail, news ;; This file is part of SEMI (SEMI is Emacs MIME Interfaces). @@ -254,10 +254,10 @@ FUNCTION.") (concat "=[" quoted-printable-hex-chars "][" quoted-printable-hex-chars "]")) -(defconst mime/Q-encoded-text-regexp +(defconst eword-Q-encoded-text-regexp (concat "\\([^=?]\\|" quoted-printable-octet-regexp "\\)+")) -(defconst mime/Q-encoding-and-encoded-text-regexp - (concat "\\(Q\\)\\?" mime/Q-encoded-text-regexp)) +(defconst eword-Q-encoding-and-encoded-text-regexp + (concat "\\(Q\\)\\?" eword-Q-encoded-text-regexp)) ;;; @ rot13-47