view src/bitmaps/gray1.xbm @ 69363:7b2d244e58fe

(mh-replace-regexp-in-string): Pass the literal flag to replace-in-string. This was badly needed by mh-quote-pick-expr in order to properly quote subjects when using / s on XEmacs (closes SF #1447598).
author Bill Wohler <wohler@newt.com>
date Sat, 11 Mar 2006 01:34:45 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

#define gray1_width 2
#define gray1_height 2
static unsigned char gray1_bits[] = {
   0x01, 0x02};