Changeset 4204 for trunk/lisp/button.el
- Timestamp:
- 05/01/07 18:04:59 (2 years ago)
- Files:
-
- trunk/lisp/button.el (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lisp/button.el
r4200 r4204 53 53 54 54 ;; Use color for the MS-DOS port because it doesn't support underline. 55 ;; FIXME if MS-DOS correctly answers the (supports) question, it need 56 ;; no longer be a special case. 55 57 (defface button '((((type pc) (class color)) 56 58 (:foreground "lightblue")) 57 (t :underline t)) 59 (((supports :underline t)) :underline t) 60 (t (:foreground "lightblue"))) 58 61 "Default face used for buttons." 59 62 :group 'basic-faces)
