diff lisp/button.el @ 60162:82eaf594d12a

(escape-glyph, minibuffer-prompt, button): Add commentary for the reasons we use "type pc" in these faces.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 19 Feb 2005 13:26:00 +0000
parents 12ad045f7911
children 3cd3e3cf3529 bf0d492ea2d5
line wrap: on
line diff
--- a/lisp/button.el	Sat Feb 19 13:24:16 2005 +0000
+++ b/lisp/button.el	Sat Feb 19 13:26:00 2005 +0000
@@ -50,6 +50,7 @@
 
 ;; Globals
 
+;; Use color for the MS-DOS port because it doesn't support underline.
 (defface button '((((type pc) (class color))
 		   (:foreground "lightblue"))
 		  (t :underline t))