view etc/gtkrc @ 5064:501b5e84f5a7

remove unused var in test-harness -------------------- ChangeLog entries follow: -------------------- tests/ChangeLog addition: 2010-02-22 Ben Wing <ben@xemacs.org> * automated/test-harness.el (test-harness-from-buffer): Remove unused binding.
author Ben Wing <ben@xemacs.org>
date Mon, 22 Feb 2010 21:14:06 -0600
parents 16489ca72b3d
children 8d3d05ffbb43
line wrap: on
line source

# Force the window background to be the same as the default face background:
# white.

style "default_background"
{
	bg[NORMAL] = { 1.0, 1.0, 1.0 }
}

class "GtkXEmacs" style "default_background"