]> git.eshelyaron.com Git - emacs.git/commitdiff
(uncompface): Make buffer unibyte.
authorKatsumi Yamaoka <yamaoka@jpl.org>
Tue, 8 Apr 2008 02:55:25 +0000 (02:55 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Tue, 8 Apr 2008 02:55:25 +0000 (02:55 +0000)
lisp/gnus/ChangeLog
lisp/gnus/compface.el

index 4047037cb721fb7bf0574ee8baf49d5dd79dfd31..535271a2556a3adbb64a90c6c424741aefea1830 100644 (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):
index 2f81ab0238e9624bf62c8b4e219d58244224b6cc..34f60cd024b676a042f9a9dd62744043bc2ef25f 100644 (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