(button): Special face definition for MS-DOS terminals.

This commit is contained in:
Eli Zaretskii 2001-10-26 14:23:10 +00:00
parent 187cd25bb0
commit f2e2418951

View file

@ -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