Rename `tmm-inactive-face' to `tmm-inactive'.
+2005-06-06 Juri Linkov <juri@jurta.org>
+
+ * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
+ Rename `tmm-inactive-face' to `tmm-inactive'.
+
2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
* iswitchb.el: Rename faces.
: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)
(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)))