emms-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emms-patches] [PATCH] Don't set foreground explicitly to NIL in emms-st


From: Sascha Wilde
Subject: [Emms-patches] [PATCH] Don't set foreground explicitly to NIL in emms-stream-name-face.
Date: Thu, 16 Oct 2008 10:28:35 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

Here is a tiny patch I needed to make emms run with current GNU Emacs
CVS HEAD.
---
 lisp/emms-streams.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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)
 
-- 
1.6.0.2


-- 
Sascha Wilde  :  "I heard that if you play the Windows CD backward, you
              :  get a satanic message. But that's nothing compared to
              :  when you play it forward: It installs Windows...." 
              :  -- G. R. Gaudreau




reply via email to

[Prev in Thread] Current Thread [Next in Thread]