From ca8f0454c0528415d4900cc621e7e95ca1f3e2fb Mon Sep 17 00:00:00 2001 From: ShengHuo ZHU Date: Fri, 4 Jan 2002 12:32:32 +0000 Subject: [PATCH] 2002-01-04 ShengHuo ZHU * gnus-ems.el (gnus-put-image): Really return glyph. * gnus-art.el (gnus-article-x-face-command): Fix :type. --- lisp/ChangeLog | 6 ++++++ lisp/gnus-art.el | 5 +---- lisp/gnus-ems.el | 3 ++- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 42d35990d..dc66d1afc 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2002-01-04 ShengHuo ZHU + + * gnus-ems.el (gnus-put-image): Really return glyph. + + * gnus-art.el (gnus-article-x-face-command): Fix :type. + 2002-01-04 Lars Magne Ingebrigtsen * compface.el (uncompface): XEmacs and Emacs have differing diff --git a/lisp/gnus-art.el b/lisp/gnus-art.el index 34e7a6f9d..08f1bf311 100644 --- a/lisp/gnus-art.el +++ b/lisp/gnus-art.el @@ -239,10 +239,7 @@ display -")) If it is a string, the command will be executed in a sub-shell asynchronously. The compressed face will be piped to this command." :type `(choice string - (function-item - ,(if (featurep 'xemacs) - 'gnus-xmas-article-display-xface - 'gnus-article-display-xface)) + (function-item gnus-display-x-face-in-from) function) :version "21.1" :group 'gnus-article-washing) diff --git a/lisp/gnus-ems.el b/lisp/gnus-ems.el index 732fbe54c..f3fd5a92a 100644 --- a/lisp/gnus-ems.el +++ b/lisp/gnus-ems.el @@ -226,7 +226,8 @@ (insert-image glyph (or string " ")) (unless string (put-text-property (1- (point)) (point) - 'gnus-image-text-deletable t))) + 'gnus-image-text-deletable t)) + glyph) (defun gnus-remove-image (image) (dolist (position (message-text-with-property 'display)) -- 2.25.1