Mercurial > emacs
changeset 93836:f4db18a43b84
(uncompface): Make buffer unibyte.
author | Katsumi Yamaoka <yamaoka@jpl.org> |
---|---|
date | Tue, 08 Apr 2008 02:55:25 +0000 |
parents | 458d07307c4d |
children | 02c33d0cb0a6 |
files | lisp/gnus/ChangeLog lisp/gnus/compface.el |
diffstat | 2 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <yamaoka@jpl.org> + + * compface.el (uncompface): Make buffer unibyte. + 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca> * mail-source.el (mail-source-value):
--- 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