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: Nick Roberts
Subject: [Emacs-diffs] Changes to emacs/lisp/button.el,v
Date: Mon, 23 Apr 2007 03:32:13 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Nick Roberts <nickrob>  07/04/23 03:32:12

Index: button.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/button.el,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -b -r1.26 -r1.27
--- button.el   23 Apr 2007 00:36:14 -0000      1.26
+++ button.el   23 Apr 2007 03:32:12 -0000      1.27
@@ -53,8 +53,9 @@
 
 ;; Use color for the MS-DOS port because it doesn't support underline.
 ;; Also for the linux console.
-(defface button '((((type pc tty) (class color))
+(defface button '((((type pc) (class color))
                   (:foreground "lightblue"))
+                 (((type tty)) (:inherit link))
                  (t :underline t))
   "Default face used for buttons."
   :group 'basic-faces)




reply via email to

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