From 323ce45282ad845234e0558d3cde6b8e97f93226 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Fri, 29 Sep 2000 19:22:03 +0000 Subject: [PATCH] (smiley-update-cache): Use `:ascent center'. --- lisp/gnus/ChangeLog | 7 +++++++ lisp/gnus/smiley-ems.el | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 26422108db7..68b5f7472a1 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog @@ -1,3 +1,10 @@ +2000-09-29 Gerd Moellmann + + * gnus.el (gnus-mode-line-buffer-identification)[EMACS]: Use + `:ascent center'. + + * smiley-ems.el (smiley-update-cache): Use `:ascent center'. + 2000-09-28 Gerd Moellmann * gnus.el (gnus-mode-line-buffer-identification) [Emacs]: Change diff --git a/lisp/gnus/smiley-ems.el b/lisp/gnus/smiley-ems.el index 1d2a9045871..378345d8168 100644 --- a/lisp/gnus/smiley-ems.el +++ b/lisp/gnus/smiley-ems.el @@ -72,7 +72,7 @@ rgexp to replace with IMAGE. IMAGE is the name of an XBM file in (let* ((data-directory smiley-data-directory) (image (find-image (list (list :type 'xbm :file (nth 2 elt) - :ascent 100))))) + :ascent 'center))))) (if image (push (list (car elt) (cadr elt) image) smiley-cached-regexp-alist))))) -- 2.39.5