diff lisp/tmm.el @ 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 bb05eaafc76a
children 6fb026ad601f 173dee4e2611
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)))