Mercurial > hg > xemacs-beta
diff lisp/faces.el @ 298:70ad99077275 r21-0b47
Import from CVS: tag r21-0b47
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:39:40 +0200 |
parents | c9fe270a4101 |
children | 341dac730539 |
line wrap: on
line diff
--- a/lisp/faces.el Mon Aug 13 10:38:47 2007 +0200 +++ b/lisp/faces.el Mon Aug 13 10:39:40 2007 +0200 @@ -4,7 +4,7 @@ ;; Copyright (C) 1995 Board of Trustees, University of Illinois ;; Copyright (C) 1995, 1996 Ben Wing -;; Author: Ben Wing <wing@666.com> +;; Author: Ben Wing <ben@xemacs.org> ;; Keywords: faces, internal, dumped ;; This file is part of XEmacs. @@ -1674,16 +1674,14 @@ (x-get-resource "backgroundToolBarColor" "BackgroundToolBarColor" 'string)) - (face-background 'toolbar) - "Gray80"))) + (face-background 'toolbar)))) (purecopy '("foregroundToolBarColor" (or (and (featurep 'x) (x-get-resource "foregroundToolBarColor" "ForegroundToolBarColor" 'string)) - (face-foreground 'toolbar) - "Black"))) + (face-foreground 'toolbar)))) ))) (when (featurep 'tty)