view etc/gtkrc @ 4707:5bb0735f56e0

Handle non-list sequences better, delete-duplicates compiler macro. 2009-10-03 Aidan Kehoe <kehoea@parhasard.net> * cl-macs.el (delete-duplicates): Make this compiler macro aware that CL-SEQ is a sequence, which may not necessarily be a list.
author Aidan Kehoe <kehoea@parhasard.net>
date Sat, 03 Oct 2009 14:22:08 +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"