view src/bitmaps/gray1.xbm @ 67370:08edf71d5374

(auto-mode-alist): Remove mh-letter-mode. Unnecessary, and causes problems with non-MH users (such as Gnus users).
author Bill Wohler <wohler@newt.com>
date Thu, 08 Dec 2005 01:26:14 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

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