+2006-01-13 Martin Rudalics <rudalics@gmx.at> (tiny change)
+
+ * cus-edit.el (custom-add-see-also, custom-add-parent-links): Make
+ sure the links use the `custom-link' face.
+
2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
* progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
(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)
(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)