From: morioka Date: Wed, 28 Aug 1996 13:05:36 +0000 (+0000) Subject: Constant `rfc822/field-name-regexp' was abolished. X-Git-Tag: XEmacs-20_3-b27-viet~80 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=6950aa20f76d4441beb197afa1d019045059d98f;p=elisp%2Fmu-cite.git Constant `rfc822/field-name-regexp' was abolished. --- diff --git a/tl-822.el b/tl-822.el index 63f02ea..592eaae 100644 --- a/tl-822.el +++ b/tl-822.el @@ -30,7 +30,7 @@ (defconst rfc822/RCS-ID - "$Id: tl-822.el,v 7.40 1996-08-28 13:05:04 morioka Exp $") + "$Id: tl-822.el,v 7.41 1996-08-28 13:05:36 morioka Exp $") (defconst rfc822/version (get-version-string rfc822/RCS-ID)) @@ -46,8 +46,6 @@ ;;; @ field ;;; -(defconst rfc822/field-name-regexp "[!-9;-~]+") - (defalias `rfc822/field-end 'std11-field-end) (defalias 'rfc822/get-field-body 'std11-field-body)