diff lisp/tmm.el @ 63054:bb05eaafc76a

* tmm.el (tmm-inactive-face): Inherit from `shadow' face.
author Juri Linkov <juri@jurta.org>
date Mon, 06 Jun 2005 12:24:51 +0000
parents 6331f03975bb
children 24720eb84061
line wrap: on
line diff
--- a/lisp/tmm.el	Mon Jun 06 12:23:49 2005 +0000
+++ b/lisp/tmm.el	Mon Jun 06 12:24:51 2005 +0000
@@ -133,9 +133,8 @@
   :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)