emacs-devel
[Top][All Lists]
Advanced

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

Re: Patch: Replacing the style of the More/Hide Rest button in Customize


From: Lennart Borgman
Subject: Re: Patch: Replacing the style of the More/Hide Rest button in Customize
Date: Sun, 19 Feb 2006 01:09:20 +0100
User-agent: Thunderbird 1.5 (Windows/20051201)

Chong Yidong wrote:
Lennart Borgman <address@hidden> writes:

+ (defface widget-link-face
+   `((((class color) (background light)) (:foreground "blue" :underline t))
+     (((class color) (background dark)) (:foreground "cyan" :underline t)))
+   "Face used to highlight attributes that are links."
+   :group 'custom-faces)

Probably better to inherit the `link' face.
Thanks, yes you are right. It seems like Juri added that face on 2006-01-23. I wrote this patch long ago.




reply via email to

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