view src/bitmaps/gray3.xbm @ 77329:40604938395a

* arc-mode.el (archive-find-type): lzh-exe for lzh self-extracting exe. (archive-lzh-summarize): Add optional start arg for where to start looking at the archive. (archive-lzh-exe-summarize, archive-lzh-exe-extract): New functions. * international/mule.el (auto-coding-alist): no-conversion for .exe and .EXE.
author Chong Yidong <cyd@stupidchicken.com>
date Thu, 19 Apr 2007 23:52:40 +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};