From 6a95cbbf2235bec5d9a26efb4805d339f5533e99 Mon Sep 17 00:00:00 2001 From: morioka Date: Sat, 14 Sep 1996 08:30:40 +0000 Subject: [PATCH] Constant `rfc822/linear-white-space-regexp' was abolished. --- tl-822.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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) "]")) -- 1.7.10.4