Mercurial > emacs
changeset 40337:57f029917c77
(button): Special face definition for MS-DOS terminals.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Fri, 26 Oct 2001 14:23:10 +0000 |
parents | 8f116e4bd2cd |
children | ffc4cf9a7cbd |
files | lisp/button.el |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/button.el Fri Oct 26 13:54:45 2001 +0000 +++ b/lisp/button.el Fri Oct 26 14:23:10 2001 +0000 @@ -50,7 +50,9 @@ ;; Globals -(defface button '((t :underline t)) +(defface button '((((type pc) (class color)) + (:foreground "lightblue")) + (t :underline t)) "Default face used for buttons.") ;;;###autoload