view etc/gtkrc @ 4391:cbf129b005df

Clarify #'map-range-table docstring. 2008-01-12 Aidan Kehoe <kehoea@parhasard.net> * rangetab.c (Fmap_range_table): Clarify docstring. (If FUNCTION doesn't touch any range-table entry, things will also be correct.)
author Aidan Kehoe <kehoea@parhasard.net>
date Sat, 12 Jan 2008 18:04:13 +0100
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"