# HG changeset patch # User Juri Linkov # Date 1118060691 0 # Node ID bb05eaafc76af059cb62e48443b432da7839d538 # Parent 4ef6975cd2441918230324553ff673a8c8681247 * tmm.el (tmm-inactive-face): Inherit from `shadow' face. diff -r 4ef6975cd244 -r bb05eaafc76a lisp/tmm.el --- 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)