From: Juri Linkov Date: Mon, 6 Jun 2005 12:24:51 +0000 (+0000) Subject: * tmm.el (tmm-inactive-face): Inherit from `shadow' face. X-Git-Tag: emacs-pretest-22.0.90~9274 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1c8c1295328dcf0b819387ad803bfb938af9fce0;p=emacs.git * tmm.el (tmm-inactive-face): Inherit from `shadow' face. --- 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)