view src/bitmaps/gray3.xbm @ 56167:ce63b548f490

(Ftry_completion, Fall_completions): Do lazy binding and unbinding of `case-fold-search' according to `completion-ignore-case' around calls of string-match and predicates, respectively. Should give satisfactory performance in all relevant cases.
author David Kastrup <dak@gnu.org>
date Sun, 20 Jun 2004 22:29:47 +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};