Mercurial > emacs
view src/bitmaps/gray.xbm @ 57292:00748c19ee41
Require kmacro to use the new kmacro-lambda-form and
kmacro-extract-lambda functions.
(edit-kbd-macro): Handle kmacro lambda forms.
Include counter and counter format in edit buffer.
(edmacro-finish-edit): Get counter and format from edit buffer and
update kmacro bindings when found.
| author | Kim F. Storm <storm@cua.dk> |
|---|---|
| date | Thu, 30 Sep 2004 13:27:35 +0000 |
| parents | 8f14d08e19f7 |
| children |
line wrap: on
line source
#define gray_width 2 #define gray_height 2 static unsigned char gray_bits[] = { 0x01, 0x02};
