Index: emacs/lisp/tmm.el
diff -c emacs/lisp/tmm.el:1.43 emacs/lisp/tmm.el:1.44
*** emacs/lisp/tmm.el:1.43 Mon Jun 6 12:24:51 2005
--- emacs/lisp/tmm.el Mon Jun 6 16:27:35 2005
***************
*** 133,139 ****
:type '(choice integer (const nil))
:group 'tmm)
! (defface tmm-inactive-face
'((t :inherit shadow))
"Face used for inactive menu items."
:group 'tmm)
--- 133,139 ----
:type '(choice integer (const nil))
:group 'tmm)
! (defface tmm-inactive
'((t :inherit shadow))
"Face used for inactive menu items."
:group 'tmm)
***************
*** 349,355 ****
(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)))
(goto-char next)))
(set-buffer-modified-p nil)))
--- 349,355 ----
(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)))
(goto-char next)))
(set-buffer-modified-p nil)))
_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs