(button): Special face definition for MS-DOS terminals.
This commit is contained in:
parent
187cd25bb0
commit
f2e2418951
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue