Show
Ignore:
Timestamp:
05/01/07 18:04:59 (2 years ago)
Author:
miyoshi
Message:

Sync up with Emacs_22_BASE.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lisp/button.el

    r4200 r4204  
    5353 
    5454;; 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. 
    5557(defface button '((((type pc) (class color)) 
    5658                   (:foreground "lightblue")) 
    57                   (t :underline t)) 
     59                  (((supports :underline t)) :underline t) 
     60                  (t (:foreground "lightblue"))) 
    5861  "Default face used for buttons." 
    5962  :group 'basic-faces)