Mercurial > emacs
view src/bitmaps/stipple.xbm @ 79929:9f02d20a167c
(wdired-get-filename): Change `(1+ beg)' to `beg' so
that the filename end is found even when the filename is empty.
Fixes error and spurious newlines when marking files for deletion.
author | Martin Rudalics <rudalics@gmx.at> |
---|---|
date | Sat, 26 Jan 2008 17:17:52 +0000 |
parents | 8f14d08e19f7 |
children |
line wrap: on
line source
#define stipple_width 16 #define stipple_height 4 static unsigned char stipple_bits[] = { 0x55, 0x55, 0xee, 0xee, 0x55, 0x55, 0xba, 0xbb};