emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Chong Yidong
Subject: [Emacs-diffs] Changes to emacs/lisp/cus-edit.el
Date: Tue, 14 Feb 2006 20:16:05 +0000

Index: emacs/lisp/cus-edit.el
diff -u emacs/lisp/cus-edit.el:1.281 emacs/lisp/cus-edit.el:1.282
--- emacs/lisp/cus-edit.el:1.281        Thu Jan 26 18:00:29 2006
+++ emacs/lisp/cus-edit.el      Tue Feb 14 20:16:04 2006
@@ -1720,6 +1720,7 @@
   :help-echo "Read the manual entry for this option."
   :button-face 'custom-link
   :mouse-face 'highlight
+  :pressed-face 'highlight
   :tag "Manual")
 
 ;;; The `custom-magic' Widget.
@@ -2201,7 +2202,8 @@
        (push (widget-create-child-and-convert
               widget (car links)
               :button-face 'custom-link
-              :mouse-face 'highlight)
+              :mouse-face 'highlight
+              :pressed-face 'highlight)
              buttons)
        (setq links (cdr links))
        (cond ((null links)
@@ -2247,7 +2249,8 @@
                (push (widget-create-child-and-convert
                      widget (car links)
                      :button-face 'custom-link
-                     :mouse-face 'highlight)
+                     :mouse-face 'highlight
+                     :pressed-face 'highlight)
                      buttons)
                (setq links (cdr links))
                (cond ((null links)
@@ -3590,6 +3593,7 @@
   "Show parent in other window when activated."
   :button-face 'custom-link
   :mouse-face 'highlight
+  :pressed-face 'highlight
   :help-echo "Create customization buffer for this group."
   :action 'custom-group-link-action)
 




reply via email to

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