emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/tmm.el


From: Juri Linkov
Subject: [Emacs-diffs] Changes to emacs/lisp/tmm.el
Date: Mon, 06 Jun 2005 12:27:35 -0400

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)))
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]