Mercurial > emacs
view src/bitmaps/gray.xbm @ 111328:d3285b080feb
Silence compilation of mh-mime.el.
* lisp/mh-e/mh-mime.el (dots, type, ov): Avoid unnecessary declaration.
| author | Glenn Morris <rgm@gnu.org> |
|---|---|
| date | Tue, 02 Nov 2010 20:27:38 -0700 |
| parents | 8f14d08e19f7 |
| children |
line wrap: on
line source
#define gray_width 2 #define gray_height 2 static unsigned char gray_bits[] = { 0x01, 0x02};
