Mercurial > emacs
view src/bitmaps/gray.xbm @ 44715:dd2e1ea680ae
(auto-save-file-name-transforms): Doc string addition - no effect for
MS-DOS systems without long file names. Add third element for uniquifying
filenames.
(make-auto-save-file-name): Make a unique filename if indicated by
new element of auto-save-file-name-transforms.
| author | Glenn Morris <rgm@gnu.org> |
|---|---|
| date | Sat, 20 Apr 2002 22:22:57 +0000 |
| parents | 8f14d08e19f7 |
| children |
line wrap: on
line source
#define gray_width 2 #define gray_height 2 static unsigned char gray_bits[] = { 0x01, 0x02};
