2000-11-19 21:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
authorShengHuo ZHU <zsh@cs.rochester.edu>
Mon, 20 Nov 2000 01:17:58 +0000 (01:17 +0000)
committerShengHuo ZHU <zsh@cs.rochester.edu>
Mon, 20 Nov 2000 01:17:58 +0000 (01:17 +0000)
* message.el (message-newline-and-reformat): Typo.

lisp/ChangeLog
lisp/message.el

index 4fd6a96..c8610ed 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 d927dc2..9644b43 100644 (file)
@@ -1766,8 +1766,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