# HG changeset patch # User Katsumi Yamaoka # Date 1207623325 0 # Node ID f4db18a43b840fb09353fca37b92349a03470208 # Parent 458d07307c4de397a4380b9b68b3e8a71fc19590 (uncompface): Make buffer unibyte. diff -r 458d07307c4d -r f4db18a43b84 lisp/gnus/ChangeLog --- a/lisp/gnus/ChangeLog Tue Apr 08 02:55:13 2008 +0000 +++ b/lisp/gnus/ChangeLog Tue Apr 08 02:55:25 2008 +0000 @@ -1,3 +1,7 @@ +2008-04-08 Katsumi Yamaoka + + * compface.el (uncompface): Make buffer unibyte. + 2008-04-07 Stefan Monnier * mail-source.el (mail-source-value): diff -r 458d07307c4d -r f4db18a43b84 lisp/gnus/compface.el --- a/lisp/gnus/compface.el Tue Apr 08 02:55:13 2008 +0000 +++ b/lisp/gnus/compface.el Tue Apr 08 02:55:25 2008 +0000 @@ -33,6 +33,7 @@ GNU/Linux system these might be in packages with names like `compface' or `faces-xface' and `netpbm' or `libgr-progs', for instance." (with-temp-buffer + (unless (featurep 'xemacs) (set-buffer-multibyte nil)) (insert face) (let ((coding-system-for-read 'raw-text) ;; At least "icontopbm" doesn't work with Windows because