Mercurial > emacs
annotate lisp/toolbar/lc-undo.xpm @ 65776:a2bc28552d90
2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
* textmodes/bibtex.el (bibtex-valid-entry-whitespace-re): Do not
match newline.
(bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
(bibtex-summary): remove unnecessary save-excursion.
(bibtex-fill-field-bounds): Use fill-region-as-paragraph.
author | Romain Francoise <romain@orebokech.com> |
---|---|
date | Sat, 01 Oct 2005 20:09:23 +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 " "}; |