From: yamaoka Date: Fri, 24 Feb 2006 05:07:36 +0000 (+0000) Subject: Synch to No Gnus 200602240503. X-Git-Tag: t-gnus-6_17_4-quimby-~75 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=334c771816a62665cd12ad95bc3aa413e35e8272;p=elisp%2Fgnus.git- Synch to No Gnus 200602240503. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9390b5a..3e9f3b9 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 diff --git a/lisp/flow-fill.el b/lisp/flow-fill.el index 7e3e6e2..660e073 100644 --- a/lisp/flow-fill.el +++ b/lisp/flow-fill.el @@ -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 "") diff --git a/lisp/message.el b/lisp/message.el index e489345..b3cafdf 100644 --- a/lisp/message.el +++ b/lisp/message.el @@ -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)