From 1bebbd494df4a13a9d0c0b7078726c57ae9ad249 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Mon, 23 Apr 2007 00:36:14 +0000 Subject: [PATCH] (button): Use color for this face on a tty. --- lisp/button.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/button.el b/lisp/button.el index 423aef5f78f..20c2c0692e6 100644 --- a/lisp/button.el +++ b/lisp/button.el @@ -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." -- 2.39.5