From 3b7e668af1c33fc1c2e1689dcb54dc72d2f2cb01 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Fri, 3 Jan 2003 10:29:40 +0000 Subject: [PATCH] * gnus-xmas.el (gnus-xmas-group-startup-message): Bind the color for the symbol `oort' as `gnus-group-startup-message' does. --- ChangeLog | 5 +++++ lisp/gnus-xmas.el | 1 + 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index afe3596..62fa6ed 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-01-03 Katsumi Yamaoka + + * lisp/gnus-xmas.el (gnus-xmas-group-startup-message): Bind the + color for the symbol `oort' as `gnus-group-startup-message' does. + 2002-12-31 Katsumi Yamaoka * lisp/gnus-start.el (gnus-re-read-newsrc-el-file): Commented out. diff --git a/lisp/gnus-xmas.el b/lisp/gnus-xmas.el index 245c186..79f1064 100644 --- a/lisp/gnus-xmas.el +++ b/lisp/gnus-xmas.el @@ -532,6 +532,7 @@ the resulting string may be narrower than END-COLUMN. :color-symbols (("thing" . ,(car gnus-logo-colors)) ("shadow" . ,(cadr gnus-logo-colors)) + ("oort" . "#eeeeee") ("background" . ,(face-background 'default)))]) ((featurep 'xbm) `[xbm :file ,logo-xbm]) -- 1.7.10.4