view etc/gtkrc @ 5685:aa5f38ecb804

Accept GNU's UNIVERSAL argument to #'format-time-string. src/ChangeLog addition: 2012-09-16 Aidan Kehoe <kehoea@parhasard.net> * editfns.c (Fformat_time_string): Accept GNU's UNIVERSAL argument, which means we call gmtime() instead of localtime(). Thanks for the report of org-mode incompatibility, Matsl!
author Aidan Kehoe <kehoea@parhasard.net>
date Sun, 16 Sep 2012 21:43:21 +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"