Mercurial > hg > xemacs-beta
view etc/gtkrc @ 4812:5b560b7374ff
Make COLUMN optional in #'indent-region, as in GNU.
2010-01-08 Aidan Kehoe <kehoea@parhasard.net>
* indent.el (indent-region):
Make COLUMN optional as in GNU, merging Andreas Roehler's change
of http://mid.gmane.org/4B46F5FC.2070506@online.de ; thank you
Andreas!
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Fri, 08 Jan 2010 14:20:14 +0000 |
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"