From: morioka Date: Wed, 28 Aug 1996 12:50:12 +0000 (+0000) Subject: Constant `rfc822::next-field-top-regexp' was abolished. X-Git-Tag: XEmacs-20_3-b27-viet~84 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=10d32fac30f7a78156e6d5d7dc07b67413fa1238;p=elisp%2Fmu-cite.git Constant `rfc822::next-field-top-regexp' was abolished. --- diff --git a/tl-822.el b/tl-822.el index ff2a64c..8fa39a5 100644 --- a/tl-822.el +++ b/tl-822.el @@ -30,7 +30,7 @@ (defconst rfc822/RCS-ID - "$Id: tl-822.el,v 7.37 1996-08-28 12:40:28 morioka Exp $") + "$Id: tl-822.el,v 7.38 1996-08-28 12:50:12 morioka Exp $") (defconst rfc822/version (get-version-string rfc822/RCS-ID)) @@ -50,8 +50,6 @@ (defconst rfc822/field-top-regexp (concat "\\(" rfc822/field-name-regexp "\\):")) -(defconst rfc822::next-field-top-regexp (concat "\n" rfc822/field-top-regexp)) - (defun rfc822/get-field-names (&optional boundary) (save-excursion (save-restriction