Mercurial > hg > xemacs-beta
diff lisp/gnus/gnus-picon.el @ 136:b980b6286996 r20-2b2
Import from CVS: tag r20-2b2
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:31:12 +0200 |
parents | cca96a509cfe |
children | 585fb297b004 |
line wrap: on
line diff
--- a/lisp/gnus/gnus-picon.el Mon Aug 13 09:30:13 2007 +0200 +++ b/lisp/gnus/gnus-picon.el Mon Aug 13 09:31:12 2007 +0200 @@ -370,11 +370,12 @@ picons))) (when domainp (setq picons - (nconc (list (make-annotation - (if first (concat (if (not rightp) ".") cur - (if rightp ".")) cur) - (point) 'text nil nil nil rightp)) - picons)))) + (nconc + (list (make-annotation + (if first (concat (if (not rightp) ".") cur + (if rightp ".")) cur) + (point) 'text nil nil nil rightp)) + picons)))) (when (and bar (or domainp found)) (setq bar-ann (gnus-picons-try-to-find-face (concat gnus-xmas-glyph-directory "bar.xbm") @@ -385,9 +386,14 @@ (setq first t)) (when (and addrs domainp) (let ((it (mapconcat 'downcase (nreverse addrs) "."))) - (make-annotation - (if first (concat (if (not rightp) ".") it (if rightp ".")) it) - (point) 'text nil nil nil rightp))) + (setq picons + (nconc picons (list (make-annotation + (if first + (concat (if (not rightp) ".") + it (if rightp ".")) + it) + (point) 'text + nil nil nil rightp)))))) picons)) (defvar gnus-picons-glyph-alist nil)