]> git.eshelyaron.com Git - emacs.git/commitdiff
* tmm.el (tmm-inactive-face): Inherit from `shadow' face.
authorJuri Linkov <juri@jurta.org>
Mon, 6 Jun 2005 12:24:51 +0000 (12:24 +0000)
committerJuri Linkov <juri@jurta.org>
Mon, 6 Jun 2005 12:24:51 +0000 (12:24 +0000)
lisp/tmm.el

index 51e04941730d6c06ed4259d927d1254ed72e416a..73eb404b14c508fa4d3da2a794aca90c0deffe2b 100644 (file)
@@ -133,9 +133,8 @@ specify nil for this variable."
   :type '(choice integer (const nil))
   :group 'tmm)
 
-(require 'font-lock)
 (defface tmm-inactive-face
-  '((t :inherit font-lock-comment-face))
+  '((t :inherit shadow))
   "Face used for inactive menu items."
   :group 'tmm)