Mercurial > emacs
annotate lisp/toolbar/lc-jump_to.xpm @ 63228:1cde198ddda6
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-392
Remove "-face" suffix from tex-mode faces
2005-06-10 Miles Bader <miles@gnu.org>
* lisp/textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
suffix from face names.
(tex-math-face, tex-verbatim-face):
New backward-compatibility aliases for renamed faces.
(tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
(tex-insert-quote): Use `tex-verbatim-face' variable instead of
literal face name.
author | Miles Bader <miles@gnu.org> |
---|---|
date | Fri, 10 Jun 2005 10:45:56 +0000 |
parents | e3fc28ed75ac |
children |
rev | line source |
---|---|
56001 | 1 /* XPM */ |
2 static char * jump_to2_xpm[] = { | |
3 "24 24 8 1", | |
4 " c None", | |
5 ". c #D3B354", | |
6 "+ c #000100", | |
7 "@ c #87AF85", | |
8 "# c #974F3D", | |
9 "$ c #FFFFFF", | |
10 "% c #D15237", | |
11 "& c #BBBDBA", | |
12 " ", | |
13 " ", | |
14 " + ", | |
15 " ++ ", | |
16 " +@+ ++++++ ", | |
17 " ++++++@@+ +.#..%#++ ", | |
18 " +$$$$$@@@+........++ ", | |
19 " +&@@@@@@@@+........+ ", | |
20 " +&@@@@@@@@@+.......#+ ", | |
21 " +@@@@@@@@@@@+......%+ ", | |
22 " +@@@@@@@@@@+........+ ", | |
23 " +@@@@@@@@@+.........+ ", | |
24 " +@@@@@@@@+#........#+ ", | |
25 " ++++++@@+#..........+ ", | |
26 " +@++#.........+ ", | |
27 " ++ ++........++ ", | |
28 " + +.%..#.++ ", | |
29 " ++++++ ", | |
30 " ", | |
31 " ", | |
32 " ", | |
33 " ", | |
34 " ", | |
35 " "}; |