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/gnus-art.el


From: ShengHuo ZHU
Subject: [Emacs-diffs] Changes to emacs/lisp/gnus/gnus-art.el
Date: Wed, 18 Sep 2002 13:55:26 -0400

Index: emacs/lisp/gnus/gnus-art.el
diff -c emacs/lisp/gnus/gnus-art.el:1.42 emacs/lisp/gnus/gnus-art.el:1.43
*** emacs/lisp/gnus/gnus-art.el:1.42    Tue Aug 20 04:36:01 2002
--- emacs/lisp/gnus/gnus-art.el Wed Sep 18 13:55:26 2002
***************
*** 207,213 ****
    (if (and (fboundp 'image-type-available-p)
           (image-type-available-p 'xbm))
        'gnus-article-display-xface
!     (if gnus-article-compface-xbm
        "{ echo '/* Width=48, Height=48 */'; uncompface; } | display -"
        "{ echo '/* Width=48, Height=48 */'; uncompface; } | icontopbm | \
  display -"))
--- 207,214 ----
    (if (and (fboundp 'image-type-available-p)
           (image-type-available-p 'xbm))
        'gnus-article-display-xface
!     (if (eq 0 (string-match "#define"
!                             (shell-command-to-string "uncompface -X")))
        "{ echo '/* Width=48, Height=48 */'; uncompface; } | display -"
        "{ echo '/* Width=48, Height=48 */'; uncompface; } | icontopbm | \
  display -"))




reply via email to

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