Mercurial > emacs
view src/bitmaps/gray3.xbm @ 111024:de3915e14c4c
Use unsafep to check for theme safety.
* cus-face.el (custom-theme-set-faces): Mark as a safe function.
* custom.el (custom-theme-set-variables): Mark as a safe function.
(load-theme): Check forms using unsafep.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Mon, 18 Oct 2010 13:26:25 -0400 |
parents | 8f14d08e19f7 |
children |
line wrap: on
line source
#define gray3_width 4 #define gray3_height 4 static unsigned char gray3_bits[] = { 0x01, 0x00, 0x04, 0x00};