Synch to No Gnus 200602240503.
authoryamaoka <yamaoka>
Fri, 24 Feb 2006 05:07:36 +0000 (05:07 +0000)
committeryamaoka <yamaoka>
Fri, 24 Feb 2006 05:07:36 +0000 (05:07 +0000)
lisp/ChangeLog
lisp/flow-fill.el
lisp/message.el

index 9390b5a..3e9f3b9 100644 (file)
@@ -15,7 +15,7 @@
        * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
        also available in Emacs 21.3.
 
-       * message.el (message-fix-before-sending): Change "Emacs 23" to
+       * message.el (message-fix-before-sending): Change "Emacs 22" to
        "Emacs 23 (unicode)" in comment.
 
        * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
index 7e3e6e2..660e073 100644 (file)
@@ -110,7 +110,7 @@ RFC 2646 suggests 66 characters for readability."
     (while (re-search-forward " $" nil t)
       (when (save-excursion
              (beginning-of-line)
-             (looking-at "^\\(>*\\)\\( ?\\)"))
+             (looking-at "^\\(>+\\)\\( ?\\)"))
        (let ((quote (match-string 1))
              sig)
          (if (string= quote "")
index e489345..b3cafdf 100644 (file)
@@ -4161,7 +4161,7 @@ not have PROP."
 ;;       (when (let ((char (char-after)))
 ;;               (or (< (mm-char-int char) 128)
 ;;                   (and (mm-multibyte-p)
-;;                        ;; Fixme: Wrong for Emacs 23 (unicode) and for
+;;                        ;; FIXME: Wrong for Emacs 23 (unicode) and for
 ;;                        ;; things like undecable utf-8.  Should at least
 ;;                        ;; use find-coding-systems-region.
 ;;                        (memq (char-charset char)