emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/gnus/compface.el,v


From: Katsumi Yamaoka
Subject: [Emacs-diffs] Changes to emacs/lisp/gnus/compface.el,v
Date: Tue, 08 Apr 2008 02:55:27 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Katsumi Yamaoka <yamaoka>       08/04/08 02:55:26

Index: compface.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/gnus/compface.el,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- compface.el 8 Jan 2008 20:45:15 -0000       1.9
+++ compface.el 8 Apr 2008 02:55:25 -0000       1.10
@@ -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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]