Mercurial > emacs
view src/bitmaps/gray3.xbm @ 68599:8b39fc927b5e
* textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
greedy to find the closing bracket in \*[...] and similar
expressions. This is a first rough fix -- many additional
refinements are necessary to make this nroff mode really usable with
groff.
author | Werner LEMBERG <wl@gnu.org> |
---|---|
date | Fri, 03 Feb 2006 21:13:08 +0000 |
parents | 8f14d08e19f7 |
children |
line wrap: on
line source
#define gray3_width 4 #define gray3_height 4 static unsigned char gray3_bits[] = { 0x01, 0x00, 0x04, 0x00};