diff options
Diffstat (limited to 'lisp/button.el')
| -rw-r--r-- | lisp/button.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/button.el b/lisp/button.el index dcd26846d10..5f9b5094e6c 100644 --- a/lisp/button.el +++ b/lisp/button.el | |||
| @@ -50,6 +50,7 @@ | |||
| 50 | 50 | ||
| 51 | ;; Globals | 51 | ;; Globals |
| 52 | 52 | ||
| 53 | ;; Use color for the MS-DOS port because it doesn't support underline. | ||
| 53 | (defface button '((((type pc) (class color)) | 54 | (defface button '((((type pc) (class color)) |
| 54 | (:foreground "lightblue")) | 55 | (:foreground "lightblue")) |
| 55 | (t :underline t)) | 56 | (t :underline t)) |