view src/bitmaps/gray.xbm @ 55514:91ef0e2d83b7

(ispell-message): Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
author Sam Steingold <sds@gnu.org>
date Mon, 10 May 2004 21:03:18 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

#define gray_width 2
#define gray_height 2
static unsigned char gray_bits[] = {
   0x01, 0x02};