comparison lisp/gnus/message.el @ 90104:a01e7a9f1659

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-14 Update unicode-branch version numbers and ChangeLog file names 2005-02-12 Miles Bader <miles@gnu.org> * etc/TODO, etc/PROBLEMS, etc/NEWS: Replace references to Emacs version "22" with "23". 2005-02-12 Miles Bader <miles@gnu.org> * lisp/version.el (emacs-version): Change to "23.0.0". * lisp/descr-text.el (describe-char-unidata-list): Replace references to Emacs version "22" with "23". * lisp/emacs-lisp/bytecomp.el (byte-compile-fix-header) (byte-compile-insert-header): Likewise. * lisp/international/mule.el (charset-list, set-coding-priority) (ignore-relative-composition): Likewise. * lisp/international/mule-util.el (detect-coding-with-priority): Likewise. * lisp/international/mule-diag.el: Likewise. * lisp/international/mule-cmds.el (language-info-custom-alist): Likewise. * lisp/international/codepage.el (codepage-setup): Likewise. 2005-02-13 Miles Bader <miles@gnu.org> Rename unicode-branch-specific ChangeLog files to "ChangeLog.unicode" from "ChangeLog.22"
author Miles Bader <miles@gnu.org>
date Mon, 14 Feb 2005 03:40:07 +0000
parents 3ebd9bdb4fe5
children 29e773288013
comparison
equal deleted inserted replaced
90103:3ebd9bdb4fe5 90104:a01e7a9f1659
3580 (skip-chars-forward mm-7bit-chars) 3580 (skip-chars-forward mm-7bit-chars)
3581 (while (not (eobp)) 3581 (while (not (eobp))
3582 (when (let ((char (char-after))) 3582 (when (let ((char (char-after)))
3583 (or (< (mm-char-int char) 128) 3583 (or (< (mm-char-int char) 128)
3584 (and (mm-multibyte-p) 3584 (and (mm-multibyte-p)
3585 ;; Fixme: Wrong for Emacs 22 and for things 3585 ;; Fixme: Wrong for Emacs 23 and for things
3586 ;; like undecable utf-8. Should at least 3586 ;; like undectable utf-8. Should at least
3587 ;; use find-coding-systems-region. 3587 ;; use find-coding-systems-region.
3588 (memq (char-charset char) 3588 (memq (char-charset char)
3589 '(eight-bit-control eight-bit-graphic 3589 '(eight-bit-control eight-bit-graphic
3590 control-1)) 3590 control-1))
3591 (not (get-text-property 3591 (not (get-text-property