Mercurial > emacs
changeset 63082:24720eb84061
(tmm-inactive, tmm-remove-inactive-mouse-face):
Rename `tmm-inactive-face' to `tmm-inactive'.
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Mon, 06 Jun 2005 16:27:35 +0000 |
parents | 59ed3a7ebadb |
children | 8f7ea9a06c4f |
files | lisp/tmm.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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)))