From: yamaoka Date: Wed, 11 Dec 2002 01:30:03 +0000 (+0000) Subject: Synch with Oort Gnus. X-Git-Tag: t-gnus-6_15_10-00-quimby~41 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=90cd4ae3df5967ec2cc70e077810d361990bf202;p=elisp%2Fgnus.git- Synch with Oort Gnus. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index de95849..6ffbeb4 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2002-12-11 Katsumi Yamaoka + + * gnus-sum.el (gnus-summary-highlight): Protect against non- + existent of the variable `downloaded'. + 2002-12-11 Lars Magne Ingebrigtsen * gnus.el (gnus-variable-list): Add gnus-agent-covered-methods. diff --git a/lisp/gnus-sum.el b/lisp/gnus-sum.el index e71003d..380145f 100644 --- a/lisp/gnus-sum.el +++ b/lisp/gnus-sum.el @@ -892,7 +892,7 @@ automatically when it is selected." . gnus-summary-low-ancient-face) ((eq mark gnus-ancient-mark) . gnus-summary-normal-ancient-face) - (downloaded + ((and (boundp 'downloaded) downloaded) . gnus-agent-downloaded-article-face) ((and (> score default-high) (eq mark gnus-unread-mark)) . gnus-summary-high-unread-face)