Mercurial > emacs
view src/bitmaps/gray.xbm @ 106407:1119f2c554bc
(log-view-mode-map): "q" calls quit-window,
like in all the other non-self-insert buffers.
| author | Sam Steingold <sds@gnu.org> |
|---|---|
| date | Fri, 04 Dec 2009 16:34:22 +0000 |
| parents | 8f14d08e19f7 |
| children |
line wrap: on
line source
#define gray_width 2 #define gray_height 2 static unsigned char gray_bits[] = { 0x01, 0x02};
