annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
25830
Dave Love <fx@gnu.org>
parents:
diff changeset
1 #define gray_width 2
Dave Love <fx@gnu.org>
parents:
diff changeset
2 #define gray_height 2
Dave Love <fx@gnu.org>
parents:
diff changeset
3 static unsigned char gray_bits[] = {
Dave Love <fx@gnu.org>
parents:
diff changeset
4 0x01, 0x02};