view etc/gtkrc @ 5678:b0d40183ac79

GC protect a freshly-consed list, define_specifier_tag(). src/ChangeLog addition: 2012-08-12 Aidan Kehoe <kehoea@parhasard.net> * specifier.c (define_specifier_tag): GC protect the list that Fcharset_list () gave back, it's freshly consed. Clear the alist entries for this tag in CHARSET's tag list if the charset_predicate is nil, so re-creating a charset tag works more effectively. * specifier.c (Fdefine_specifier_tag): Device-type-specific tags *are* available, even if that device type isn't; see specifier.el.
author Aidan Kehoe <kehoea@parhasard.net>
date Sun, 12 Aug 2012 11:32:36 +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"