From 420f3ab572bacb85c19209c1d0b96ea39722d6c0 Mon Sep 17 00:00:00 2001 From: tmorioka Date: Mon, 24 Feb 1997 09:04:48 +0000 Subject: [PATCH] Constant `eword-Q-encoding-and-encoded-text-regexp' was abolished. --- eword-decode.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/eword-decode.el b/eword-decode.el index 26e85d6..3af0e49 100644 --- a/eword-decode.el +++ b/eword-decode.el @@ -10,7 +10,7 @@ ;; Renamed: 1993/06/03 to tiny-mime.el ;; Renamed: 1995/10/03 from tiny-mime.el (split off encoder) ;; Renamed: 1997/02/22 from tm-ew-d.el -;; Version: $Revision: 0.7 $ +;; Version: $Revision: 0.8 $ ;; Keywords: encoded-word, MIME, multilingual, header, mail, news ;; This file is part of SEMI (SEMI is Emacs MIME Interfaces). @@ -41,7 +41,7 @@ ;;; (defconst eword-decode-RCS-ID - "$Id: eword-decode.el,v 0.7 1997-02-24 09:02:30 tmorioka Exp $") + "$Id: eword-decode.el,v 0.8 1997-02-24 09:04:48 tmorioka Exp $") (defconst eword-decode-version (get-version-string eword-decode-RCS-ID)) @@ -96,8 +96,8 @@ (defconst eword-Q-encoded-text-regexp (concat "\\([^=?]\\|" quoted-printable-octet-regexp "\\)+")) -(defconst eword-Q-encoding-and-encoded-text-regexp - (concat "\\(Q\\)\\?" eword-Q-encoded-text-regexp)) +;; (defconst eword-Q-encoding-and-encoded-text-regexp +;; (concat "\\(Q\\)\\?" eword-Q-encoded-text-regexp)) ;;; @ for string -- 1.7.10.4