(uncompface): Make buffer unibyte.

This commit is contained in:
Katsumi Yamaoka 2008-04-08 02:55:25 +00:00
parent 239cfbd726
commit 73f2395ef3
2 changed files with 5 additions and 0 deletions

View file

@ -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):

View file

@ -33,6 +33,7 @@ Requires the external programs `uncompface', and `icontopbm'. On a
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