From: morioka Date: Sat, 14 Sep 1996 08:30:40 +0000 (+0000) Subject: Constant `rfc822/linear-white-space-regexp' was abolished. X-Git-Tag: XEmacs-20_3-b27-viet~15 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=6a95cbbf2235bec5d9a26efb4805d339f5533e99;p=elisp%2Fmu-cite.git Constant `rfc822/linear-white-space-regexp' was abolished. --- diff --git a/tl-822.el b/tl-822.el index 08dac85..a82e503 100644 --- a/tl-822.el +++ b/tl-822.el @@ -30,7 +30,7 @@ (defconst rfc822/RCS-ID - "$Id: tl-822.el,v 7.66 1996-09-08 18:09:42 morioka Exp $") + "$Id: tl-822.el,v 7.67 1996-09-14 08:30:40 morioka Exp $") (defconst rfc822/version (get-version-string rfc822/RCS-ID)) @@ -54,7 +54,6 @@ ;;; @ quoting ;;; -(defconst rfc822/linear-white-space-regexp "\\(\n?[ \t]\\)+") (defconst rfc822/quoted-pair-regexp "\\\\.") (defconst rfc822/qtext-regexp (concat "[^" (char-list-to-string std11-non-qtext-char-list) "]"))