Synch with Gnus.
authoryamaoka <yamaoka>
Mon, 20 Nov 2000 03:13:25 +0000 (03:13 +0000)
committeryamaoka <yamaoka>
Mon, 20 Nov 2000 03:13:25 +0000 (03:13 +0000)
lisp/ChangeLog
lisp/message.el

index a1c60d9..25ccf85 100644 (file)
@@ -1,3 +1,7 @@
+2000-11-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * message.el (message-newline-and-reformat): Typo.
+
 2000-11-19 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
        * gnus-art.el (article-verify-x-pgp-sig): Check whether
index af167f4..903c429 100644 (file)
@@ -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