view src/bitmaps/gray.xbm @ 106991:4b75ffbc9b2f

Fix delete-directory recursion behavior for trashing (Bug#5436). * files.el (delete-directory): Handle moving to trash without first doing recursion (Bug#5436).
author Chong Yidong <cyd@stupidchicken.com>
date Tue, 26 Jan 2010 22:17:23 -0500
parents 8f14d08e19f7
children
line wrap: on
line source

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