Mercurial > hg > xemacs-beta
view etc/gtkrc @ 5623:444713e89160
Fix XLIKE_output_blank comment typo.
-------------------- ChangeLog entries follow: --------------------
src/ChangeLog addition:
2011-12-27 Didier Verna <didier@xemacs.org>
* redisplay-xlike-inc.c (XLIKE_output_blank): Fix comment typo.
author | Didier Verna <didier@xemacs.org> |
---|---|
date | Tue, 27 Dec 2011 15:37:03 +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"