aboutsummaryrefslogtreecommitdiff
path: root/lisp/emms-streams.el
diff options
context:
space:
mode:
authorSascha Wilde <wilde@sha-bang.de>2008-10-16 10:28:35 +0200
committerMichael Olson <mwolson@gnu.org>2008-10-16 05:34:42 -0700
commit608b267e0f8d0c488daf8d7ae6c344ed62857025 (patch)
tree174426a1a73e3f3fa020b52e0f3a224e4e7dccd0 /lisp/emms-streams.el
parent51bcbfc68ce06e022e727f4e191d5d66f54ce618 (diff)
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.
Diffstat (limited to 'lisp/emms-streams.el')
-rw-r--r--lisp/emms-streams.el2
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)