# HG changeset patch # User Eli Zaretskii # Date 1004106190 0 # Node ID 57f029917c771f8cd2ca4a0256e616c6a850f67d # Parent 8f116e4bd2cd2d5e26b6dda79367e1b51d637ce2 (button): Special face definition for MS-DOS terminals. diff -r 8f116e4bd2cd -r 57f029917c77 lisp/button.el --- 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