changeset 77431:d5c29aa724b3

(button): Use color for this face on a tty.
author Glenn Morris <rgm@gnu.org>
date Mon, 23 Apr 2007 00:36:14 +0000
parents 615a7c108857
children ce79e069b798
files lisp/button.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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."