* 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
(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 "")
;; (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)