diff lisp/gnus/message.el @ 69135:12d289b6e5de

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-118 Merge from gnus--rel--5.10 Patches applied: * gnus--rel--5.10 (patch 38-39) - Update from CVS
author Miles Bader <miles@gnu.org>
date Fri, 24 Feb 2006 05:02:12 +0000
parents 04c2548593f7
children b4faac2800dd 34c8b755296d
line wrap: on
line diff
--- a/lisp/gnus/message.el	Thu Feb 23 23:16:12 2006 +0000
+++ b/lisp/gnus/message.el	Fri Feb 24 05:02:12 2006 +0000
@@ -3615,8 +3615,8 @@
 	  (when (let ((char (char-after)))
 		  (or (< (mm-char-int char) 128)
 		      (and (mm-multibyte-p)
-			   ;; Fixme: Wrong for Emacs 22 and for things
-			   ;; like undecable utf-8.  Should at least
+			   ;; 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)
 				 '(eight-bit-control eight-bit-graphic