From 946d997ac3988d982bad374065ca6c70389f80dc Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Tue, 13 May 2003 16:37:31 +0000 Subject: [PATCH] (gnus-display-x-face-in-from): Don't use centering since none of the other image things do. --- lisp/ChangeLog | 5 +++++ lisp/gnus-fun.el | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 04992064c..4ff66e6b4 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2003-05-13 Lars Magne Ingebrigtsen + + * gnus-fun.el (gnus-display-x-face-in-from): Don't use centering + since none of the other image things do. + 2003-05-13 Katsumi Yamaoka * dgnushack.el (assq-delete-all): New compiler macro for Emacs 20. diff --git a/lisp/gnus-fun.el b/lisp/gnus-fun.el index 8791640f5..a174779cb 100644 --- a/lisp/gnus-fun.el +++ b/lisp/gnus-fun.el @@ -190,9 +190,9 @@ colors of the displayed X-Faces." (if (gnus-image-type-available-p 'xface) (gnus-create-image (concat "X-Face: " data) - 'xface t :ascent 'center :face 'gnus-x-face) + 'xface t :face 'gnus-x-face) (gnus-create-image - pbm 'pbm t :ascent 'center :face 'gnus-x-face)))) + pbm 'pbm t :face 'gnus-x-face)))) (gnus-add-wash-type 'xface)))))) (defun gnus-grab-cam-x-face () -- 2.34.1