view etc/gtkrc @ 5085:1ee30d3f9dd0

Handle the :from-end argument correctly, #'delete-duplicates compiler macro. 2010-03-02 Aidan Kehoe <kehoea@parhasard.net> * cl-macs.el (delete-dups): New compiler macro for this function, expanding to inline byte codes. (delete-duplicates): Handle the :from-end argument correctly in this compiler macro.
author Aidan Kehoe <kehoea@parhasard.net>
date Tue, 02 Mar 2010 13:02:36 +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"