view etc/gtkrc @ 4675:9a1a59b4b75d

Correct an ancient typo workaround, thank you Julian Bradfield! lisp/ChangeLog addition: 2009-08-14 Aidan Kehoe <kehoea@parhasard.net> * minibuf.el (read-from-minibuffer): Use buffer (format " *Minibuf-%d*" (minibuffer-depth)), regardless of depth.
author Aidan Kehoe <kehoea@parhasard.net>
date Fri, 14 Aug 2009 19:14:51 +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"