diff options
author | Sascha Wilde <wilde@sha-bang.de> | 2008-10-16 10:28:35 +0200 |
---|---|---|
committer | Michael Olson <mwolson@gnu.org> | 2008-10-16 05:34:42 -0700 |
commit | 608b267e0f8d0c488daf8d7ae6c344ed62857025 (patch) | |
tree | 174426a1a73e3f3fa020b52e0f3a224e4e7dccd0 /lisp | |
parent | 51bcbfc68ce06e022e727f4e191d5d66f54ce618 (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')
-rw-r--r-- | 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) |