From 1c8c1295328dcf0b819387ad803bfb938af9fce0 Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Mon, 6 Jun 2005 12:24:51 +0000 Subject: [PATCH] * tmm.el (tmm-inactive-face): Inherit from `shadow' face. --- lisp/tmm.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lisp/tmm.el b/lisp/tmm.el index 51e04941730..73eb404b14c 100644 --- a/lisp/tmm.el +++ b/lisp/tmm.el @@ -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) -- 2.39.5