view etc/gtkrc @ 4810:6ee5e50a8772

Add a compiler macro for #'map, where CL-TYPE is constant and understood. 2010-01-07 Aidan Kehoe <kehoea@parhasard.net> * cl-macs.el (map): Add a compiler macro for this function, for cases where CL-TYPE is constant and understood.
author Aidan Kehoe <kehoea@parhasard.net>
date Thu, 07 Jan 2010 21:50:39 +0000
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"