Index: lisp/button.el =================================================================== RCS file: /cvsroot/emacs/emacs/lisp/button.el,v retrieving revision 1.21 diff -c -r1.21 button.el *** lisp/button.el 6 Feb 2006 14:33:32 -0000 1.21 --- lisp/button.el 18 Feb 2006 22:30:37 -0000 *************** *** 54,60 **** ;; Use color for the MS-DOS port because it doesn't support underline. (defface button '((((type pc) (class color)) (:foreground "lightblue")) ! (t :underline t)) "Default face used for buttons." :group 'basic-faces) --- 54,60 ---- ;; Use color for the MS-DOS port because it doesn't support underline. (defface button '((((type pc) (class color)) (:foreground "lightblue")) ! (t :underline t :foreground "blue")) "Default face used for buttons." :group 'basic-faces)