Mercurial > emacs
annotate lisp/toolbar/preferences.xpm @ 54736:b94de166de9d
(ethio-sera-being-called-by-w3): New
variable.
(ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
instead of sera-being-called-by-w3.
(ethio-fidel-to-sera-buffer): Likewise.
(ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
instead of sera-being-called-by-w3.
(ethio-write-file): Likewise.
| author | Kenichi Handa <handa@m17n.org> |
|---|---|
| date | Mon, 05 Apr 2004 23:27:37 +0000 |
| parents | b45a8f9db907 |
| children | 734ff40978ad |
| rev | line source |
|---|---|
| 31591 | 1 /* XPM */ |
| 38331 | 2 static char * preferences_xpm[] = { |
|
32452
8f4a34146a9d
Reduce to max. 8 colors (mogrify -colorspace transparent -colors 8).
Gerd Moellmann <gerd@gnu.org>
parents:
32389
diff
changeset
|
3 "24 24 8 1", |
| 38331 | 4 " c None", |
| 5 ". c #000000", | |
| 6 "+ c #E1E0E0", | |
| 7 "@ c #D7C99B", | |
| 8 "# c #9A6C4E", | |
| 9 "$ c #A4A199", | |
| 10 "% c #858579", | |
| 11 "& c #AD8E30", | |
| 12 " ", | |
| 13 " ", | |
| 14 " ", | |
| 15 " .. ", | |
| 16 " ..++. . ", | |
| 17 " ..++++. .@. ", | |
| 18 " ...+++++++. .@#. ", | |
| 19 " ..++++++++++. .@#. ", | |
| 20 " .++++++#++++++.@#. ", | |
| 21 " .+++++#++++++.@#. ", | |
| 22 " .++#+#+++++.@#. ", | |
| 23 " .++#$#++++.@#.+. ", | |
| 24 " .++##+++.@#.++@. ", | |
| 25 " .++++++.@#.+++@%. ", | |
| 26 " .++++&+..@$$$$%. ", | |
| 27 " .++++..$$$$$$@. ", | |
| 28 " .+$%%$+++++.. ", | |
| 29 " .+++++++++. ", | |
| 30 " .++++++.. ", | |
| 31 " .++++@. ", | |
| 32 " .++.. ", | |
| 33 " .. ", | |
| 34 " ", | |
| 35 " "}; |
