emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/button.el,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/button.el,v
Date: Mon, 23 Apr 2007 00:36:14 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       07/04/23 00:36:14

Index: button.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/button.el,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -b -r1.25 -r1.26
--- button.el   1 Apr 2007 17:13:35 -0000       1.25
+++ button.el   23 Apr 2007 00:36:14 -0000      1.26
@@ -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."




reply via email to

[Prev in Thread] Current Thread [Next in Thread]