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: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lisp/cus-edit.el
Date: Fri, 13 Jan 2006 19:47:44 +0000

Index: emacs/lisp/cus-edit.el
diff -u emacs/lisp/cus-edit.el:1.275 emacs/lisp/cus-edit.el:1.276
--- emacs/lisp/cus-edit.el:1.275        Thu Jan 12 02:25:59 2006
+++ emacs/lisp/cus-edit.el      Fri Jan 13 19:47:44 2006
@@ -2201,7 +2201,10 @@
        (insert prefix))
       (insert "See also ")
       (while links
-       (push (widget-create-child-and-convert widget (car links))
+       (push (widget-create-child-and-convert
+              widget (car links)
+              :button-face 'custom-link
+              :mouse-face 'highlight)
              buttons)
        (setq links (cdr links))
        (cond ((null links)
@@ -2246,7 +2249,10 @@
            (when links
              (insert "\nParent documentation: ")
              (while links
-               (push (widget-create-child-and-convert widget (car links))
+               (push (widget-create-child-and-convert
+                     widget (car links)
+                     :button-face 'custom-link
+                     :mouse-face 'highlight)
                      buttons)
                (setq links (cdr links))
                (cond ((null links)




reply via email to

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