From 608b267e0f8d0c488daf8d7ae6c344ed62857025 Mon Sep 17 00:00:00 2001 From: Sascha Wilde Date: Thu, 16 Oct 2008 10:28:35 +0200 Subject: Don't set foreground explicitly to NIL in emms-stream-name-face. This is needed to make emms work with current GNU Emacs CVS HEAD. --- lisp/emms-streams.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/emms-streams.el') diff --git a/lisp/emms-streams.el b/lisp/emms-streams.el index 2b27e1a..7b68351 100644 --- a/lisp/emms-streams.el +++ b/lisp/emms-streams.el @@ -50,7 +50,7 @@ Can be either \"add\" or \"play\". The default is \"add\"." :type 'string :group 'emms-stream) -(defface emms-stream-name-face '((t (:bold t :foreground nil :weight bold))) +(defface emms-stream-name-face '((t (:bold t :weight bold))) "Face for stream names." :group 'emms-stream) -- cgit v1.2.3