view src/bitmaps/gray.xbm @ 51444:b53bffc0cbaf

(dired-get-filename): Err for . and .. in usual case. (dired-get-file-for-visit): Specify no-error to dired-get-filename, and check for real errors here. (dired-unmark-all-files): Specify no-error to dired-get-filename.
author Richard M. Stallman <rms@gnu.org>
date Wed, 04 Jun 2003 09:02:45 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

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