# HG changeset patch # User Juri Linkov # Date 1118075255 0 # Node ID 24720eb84061458fa4ccd89208701a6ead78473f # Parent 59ed3a7ebadb83207fcb3c53ed071d8535692949 (tmm-inactive, tmm-remove-inactive-mouse-face): Rename `tmm-inactive-face' to `tmm-inactive'. diff -r 59ed3a7ebadb -r 24720eb84061 lisp/tmm.el --- a/lisp/tmm.el Mon Jun 06 16:17:44 2005 +0000 +++ b/lisp/tmm.el Mon Jun 06 16:27:35 2005 +0000 @@ -133,7 +133,7 @@ :type '(choice integer (const nil)) :group 'tmm) -(defface tmm-inactive-face +(defface tmm-inactive '((t :inherit shadow)) "Face used for inactive menu items." :group 'tmm) @@ -349,7 +349,7 @@ (setq next (next-single-char-property-change (point) 'mouse-face)) (when (looking-at inactive-string) (remove-text-properties (point) next '(mouse-face)) - (add-text-properties (point) next '(face tmm-inactive-face))) + (add-text-properties (point) next '(face tmm-inactive))) (goto-char next))) (set-buffer-modified-p nil)))