annotate src/bitmaps/dimple1.xbm @ 83432:33e433ac0b1b
Set `local-environment-variables' to t by default.
* src/callproc.c (syms_of_callproc): Initialize
`Vlocal-environment-variables' to `Qt'.
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-472
author |
Karoly Lorentey <lorentey@elte.hu> |
date |
Thu, 29 Dec 2005 18:26:00 +0000 |
parents |
8f14d08e19f7 |
children |
|
rev |
line source |
25830
|
1 #define dimple1_width 16
|
|
2 #define dimple1_height 16
|
|
3 static unsigned char dimple1_bits[] = {
|
|
4 0x55, 0x55, 0x00, 0x00, 0x55, 0x55, 0x00, 0x00, 0x55, 0x55, 0x00, 0x00,
|
|
5 0x55, 0x55, 0x00, 0x00, 0x55, 0x55, 0x00, 0x00, 0x55, 0x55, 0x00, 0x00,
|
|
6 0x55, 0x55, 0x00, 0x00, 0x55, 0x55, 0x00, 0x00};
|