2000-11-17 08:02 ShengHuo ZHU <zsh@cs.rochester.edu>
authorShengHuo ZHU <zsh@cs.rochester.edu>
Fri, 17 Nov 2000 12:05:31 +0000 (12:05 +0000)
committerShengHuo ZHU <zsh@cs.rochester.edu>
Fri, 17 Nov 2000 12:05:31 +0000 (12:05 +0000)
* message.el (message-newline-and-reformat): Match extra WSPs.

lisp/ChangeLog
lisp/message.el

index 2b70581..8e1a4e8 100644 (file)
@@ -1,3 +1,7 @@
+2000-11-17 08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * message.el (message-newline-and-reformat): Match extra WSPs.
+
 2000-11-16 23:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
        * mml.el (mml-generate-mime-1): Ignore ascii.
index f7a32fe..cbcfabb 100644 (file)
@@ -1718,7 +1718,7 @@ With the prefix argument FORCE, insert the header anyway."
     (unless (bolp)
       (save-excursion
        (beginning-of-line)
-       (when (looking-at message-cite-prefix-regexp)
+       (when (looking-at (concat message-cite-prefix-regexp "[ \t]*"))
          (setq quoted (match-string 0))))
       (insert "\n"))
     (setq point (point))