From b79679279a26a7bfa3e9e8e586c0991fa4c3aca0 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Mon, 20 Nov 2000 03:13:25 +0000 Subject: [PATCH] Synch with Gnus. --- lisp/ChangeLog | 4 ++++ lisp/message.el | 3 +-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a1c60d9..25ccf85 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2000-11-19 21:00:00 ShengHuo ZHU + + * message.el (message-newline-and-reformat): Typo. + 2000-11-19 12:00:00 ShengHuo ZHU * gnus-art.el (article-verify-x-pgp-sig): Check whether diff --git a/lisp/message.el b/lisp/message.el index af167f4..903c429 100644 --- a/lisp/message.el +++ b/lisp/message.el @@ -2181,8 +2181,7 @@ With the prefix argument FORCE, insert the header anyway." (goto-char beg) (while (and (if (bobp) nil (forward-line -1) t) (not (looking-at paragraph-start)) - (not (looking-at message-cite-prefix-regexp)) - (equal quoted (match-string 0))) + (not (looking-at message-cite-prefix-regexp))) (setq beg (point)))) (goto-char point) (save-restriction -- 1.7.10.4