Mercurial > emacs
annotate lisp/toolbar/lc-undo.xpm @ 65307:36abe6aaec07
(fast-lock, lazy-lock) <defgroup>: Remove.
(font-lock-lines-before): Change default to being inactive.
(font-lock-after-change-function): Don't handle font-lock-lines-before here.
(font-lock-default-fontify-region): Handle it here.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 01 Sep 2005 14:04:03 +0000 |
parents | e3fc28ed75ac |
children |
rev | line source |
---|---|
56001 | 1 /* XPM */ |
2 static char * undo2_xpm[] = { | |
3 "24 24 5 1", | |
4 " c None", | |
5 ". c #D3B354", | |
6 "+ c #000100", | |
7 "@ c #FFFFFF", | |
8 "# c #6B6B66", | |
9 " ", | |
10 " ", | |
11 " ", | |
12 " + ", | |
13 " ++ ", | |
14 " +@+ ", | |
15 " +@.++++ ", | |
16 " +@......+ ", | |
17 " +@........+ ", | |
18 " +...........+ ", | |
19 " +..........++ ", | |
20 " +..........+ ", | |
21 " +..+++....+ ", | |
22 " +.+ ++...+ ", | |
23 " ++ ++..+ ", | |
24 " + +..+ ", | |
25 " +..+ ", | |
26 " +.+ ", | |
27 " +.#+ ", | |
28 " +..+ ", | |
29 " ++ ", | |
30 " ", | |
31 " ", | |
32 " "}; |