annotate etc/gnus-pointer.xbm @ 32305:ca771411a7fd
Don't require font-lock any more.
(jit-lock-functions): Make buffer-local.
(jit-lock-saved-fontify-buffer-function): Remove.
(jit-lock-mode): Remove autoload cookie.
Remove font-lock specific code.
(jit-lock-unregister): Don't bother handling complex hooks any more.
(jit-lock-refontify): New function.
(jit-lock-fontify-buffer): Use it.
(jit-lock-function-1): Replaced by jit-lock-fontify-now.
(jit-lock-fontify-now): Renamed from jit-lock-function-1.
Add optional args START and END.
Never call font-lock-fontify-region directly.
(jit-lock-function, jit-lock-stealth-fontify): Use it.
author |
Stefan Monnier <monnier@iro.umontreal.ca> |
date |
Sun, 08 Oct 2000 19:01:17 +0000 |
parents |
20ca10cf58b3 |
children |
bb6c986199c4 |
rev |
line source |
32161
|
1
|
31540
|
2 #define noname_width 18
|
32161
|
3 #define noname_height 12
|
31540
|
4 static char noname_bits[] = {
|
32161
|
5 0xc0,0x0c,0x00,0xe0,0x1f,0x00,0x92,0x39,0x00,0x0e,0x71,0x02,
|
31540
|
6 0x46,0xe0,0x03,0x20,0xc0,0x01,0x00,0x08,0x00,0x10,0x0d,0x00,0xc4,0x08,0x00,
|
|
7 0x78,0x08,0x00,0x18,0x89,0x00,0x00,0x08,0x00};
|