Mercurial > emacs
changeset 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 | 4ef6975cd244 |
children | 1fefd865fb18 |
files | lisp/tmm.el |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
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)