unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* make the button face inherit from link
@ 2009-06-23  4:33 Dan Nicolaescu
  2009-06-23  6:28 ` Eli Zaretskii
  2009-06-23 22:27 ` Juri Linkov
  0 siblings, 2 replies; 8+ messages in thread
From: Dan Nicolaescu @ 2009-06-23  4:33 UTC (permalink / raw)
  To: emacs-devel


Last time this was discussed was during the feature freeze.
Any objection to making this change now?


--- lisp/button.el  5 Jan 2009 03:18:46 -0000   1.38
+++ lisp/button.el  21 Jun 2009 00:59:59 -0000
@@ -49,13 +49,7 @@
 
 ;; Globals
 
-;; Use color for the MS-DOS port because it doesn't support underline.
-;; FIXME if MS-DOS correctly answers the (supports) question, it need
-;; no longer be a special case.
-(defface button '((((type pc) (class color))
-                   (:foreground "lightblue"))
-                                  (((supports :underline t)) :underline t)
-                                                (t (:foreground "lightblue")))
+(defface button '((t (:inherit link)))
   "Default face used for buttons."
   :group 'basic-faces)
 




^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2009-06-25 20:54 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-23  4:33 make the button face inherit from link Dan Nicolaescu
2009-06-23  6:28 ` Eli Zaretskii
2009-06-23 22:27 ` Juri Linkov
2009-06-23 22:49   ` Dan Nicolaescu
2009-06-24 22:11     ` Juri Linkov
2009-06-24 23:08       ` Dan Nicolaescu
2009-06-24 23:28         ` Lennart Borgman
2009-06-25 20:54           ` Juri Linkov

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).