# HG changeset patch # User Glenn Morris # Date 1177288574 0 # Node ID d5c29aa724b3788cfae72e68a5f228b83f133324 # Parent 615a7c1088574ef8c87b09b81d1240741a185121 (button): Use color for this face on a tty. diff -r 615a7c108857 -r d5c29aa724b3 lisp/button.el --- a/lisp/button.el Mon Apr 23 00:35:43 2007 +0000 +++ b/lisp/button.el Mon Apr 23 00:36:14 2007 +0000 @@ -52,7 +52,8 @@ ;; Globals ;; Use color for the MS-DOS port because it doesn't support underline. -(defface button '((((type pc) (class color)) +;; Also for the linux console. +(defface button '((((type pc tty) (class color)) (:foreground "lightblue")) (t :underline t)) "Default face used for buttons."