diff lisp/button.el @ 40337:57f029917c77

(button): Special face definition for MS-DOS terminals.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 26 Oct 2001 14:23:10 +0000
parents eb6a85173992
children 3ba2b666d7e1
line wrap: on
line diff
--- a/lisp/button.el	Fri Oct 26 13:54:45 2001 +0000
+++ b/lisp/button.el	Fri Oct 26 14:23:10 2001 +0000
@@ -50,7 +50,9 @@
 
 ;; Globals
 
-(defface button '((t :underline t))
+(defface button '((((type pc) (class color))
+		   (:foreground "lightblue"))
+		  (t :underline t))
   "Default face used for buttons.")
 
 ;;;###autoload