diff options
author | Eli Zaretskii <eliz@gnu.org> | 2005-02-19 13:27:09 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2005-02-19 13:27:09 +0000 |
commit | 0e0d5683812fe9d4b77355291e9efd8ed8873d64 (patch) | |
tree | a58b2ddac1c30f3ce9dd03c536e116ad7d00c2ac /lisp/button.el | |
parent | 270a576a4222c76b9483a322769fc4d3d2e29a82 (diff) | |
download | emacs-0e0d5683812fe9d4b77355291e9efd8ed8873d64.tar.gz |
(escape-glyph, minibuffer-prompt, button): Add commentary for
the reasons we use "type pc" in these faces.
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 @@ ;; 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)) |