view src/bitmaps/gray1.xbm @ 107348:1cbedcbd728f

Don't end parsing rfc822 addresses prematurely (Bug#5692) * mail/rfc822.el (rfc822-addresses): Move catch clause down around call to rfc822-bad-address. (Bug#5692)
author Andreas Schwab <schwab@linux-m68k.org>
date Sun, 07 Mar 2010 18:34:40 +0100
parents 8f14d08e19f7
children
line wrap: on
line source

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