From 313fe9e05c003dd187a99f88b0703a099c9b12bf Mon Sep 17 00:00:00 2001 From: yamaoka Date: Wed, 26 Oct 2005 09:36:29 +0000 Subject: [PATCH] Synch to No Gnus 200510260928. --- lisp/ChangeLog | 4 ++++ lisp/mm-uu.el | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2d2ae23..75682c0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2005-10-26 Reiner Steib + + * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case. + 2005-10-26 Simon Josefsson * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert diff --git a/lisp/mm-uu.el b/lisp/mm-uu.el index e0bcaf2..af5a2c8 100644 --- a/lisp/mm-uu.el +++ b/lisp/mm-uu.el @@ -234,8 +234,8 @@ To disable dissecting shar codes, for instance, add (defcustom mm-uu-hide-markers (< 16 (or (and (fboundp 'defined-colors) (length (defined-colors))) - (and (fboundp (device-color-cells)) - (length (device-color-cells))) + (and (fboundp 'device-color-cells) + (device-color-cells)) 0)) "If non-nil, hide verbatim markers. The value should be nil on displays where the face -- 1.7.10.4