From ca25f1db0fb23f3909d4babd648be265cd8af137 Mon Sep 17 00:00:00 2001 From: Katsumi Yamaoka Date: Sun, 25 May 2008 23:41:47 +0000 Subject: [PATCH] (uncompface): Make buffer, in which uncompface program runs, unibyte. --- contrib/ChangeLog | 5 +++++ contrib/compface.el | 1 + 2 files changed, 6 insertions(+) diff --git a/contrib/ChangeLog b/contrib/ChangeLog index c3085285d..2881cbed0 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,8 @@ +2008-05-25 Katsumi Yamaoka + + * compface.el (uncompface): Make buffer, in which uncompface program + runs, unibyte. + 2008-05-19 Teodor Zlatanov * mail/smtpmail.el: Add autoload for `auth-source-user-or-password'. diff --git a/contrib/compface.el b/contrib/compface.el index 11612d54d..4408af4b8 100644 --- a/contrib/compface.el +++ b/contrib/compface.el @@ -80,6 +80,7 @@ or `libgr-progs', for instance." (uncompface-internal face)) ((eq uncompface-use-external t) (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 -- 2.25.1