view etc/gtkrc @ 4461:42fad34efb3f

Support COMPARE-FN in add-to-list; thank you Brian Palmer. 2008-02-25 bpalmer <bpalmer@gmail.com> * subr.el(add-to-list): add support for `compare-fn' to sync with emacs.
author Aidan Kehoe <kehoea@parhasard.net>
date Wed, 14 May 2008 23:47:58 +0200
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"