diff lisp/gnus/gnus-sum.el @ 57442:2d9a1d1ac73d

Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-610 Merge from gnus--rel--5.10 Patches applied: * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-45 Update from CVS
author Miles Bader <miles@gnu.org>
date Tue, 12 Oct 2004 02:25:56 +0000
parents ef5d2ed6459e
children 645f020dcc8a ff0e824afa37
line wrap: on
line diff
--- a/lisp/gnus/gnus-sum.el	Mon Oct 11 22:36:35 2004 +0000
+++ b/lisp/gnus/gnus-sum.el	Tue Oct 12 02:25:56 2004 +0000
@@ -428,6 +428,9 @@
 			 (cons :value ("" "") regexp (repeat string))
 			 (sexp :value nil))))
 
+;; FIXME: Although the custom type is `character' for the following variables,
+;; using multibyte characters (Latin-1, UTF-8) doesn't work.  -- rs
+
 (defcustom gnus-unread-mark ?           ;Whitespace
   "*Mark used for unread articles."
   :group 'gnus-summary-marks