view etc/gtkrc @ 5520:05c1ad4f7a7b

Expand the documentation of #'eq-hash, mention the CL PRINT-OBJECT protocol 2011-06-19 Aidan Kehoe <kehoea@parhasard.net> * elhash.c (Feq_hash): Document that this returns, for non-immediate objects, a value that is unique among currently-reachable objects.
author Aidan Kehoe <kehoea@parhasard.net>
date Sun, 19 Jun 2011 16:37:17 +0100
parents 8d3d05ffbb43
children
line wrap: on
line source

# Force the window background to be the same as the default face background:
# white.

# Copyright 1999 Malcolm Purvis
# This file is part of XEmacs, licensed to you under the GNU
# General Public License, version 3 or later at your option.
# There is NO WARRANTY, explicit or implied, on this file.

style "default_background"
{
	bg[NORMAL] = { 1.0, 1.0, 1.0 }
}

class "GtkXEmacs" style "default_background"