Mercurial > emacs
annotate lisp/sb-dir.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 | c0758fd9ca7a |
| children | c2a09ac7b7b1 |
| rev | line source |
|---|---|
| 28974 | 1 /* XPM */ |
| 2 static char * sb_dir_xpm[] = { | |
| 3 "20 15 4 1", | |
| 4 " c None", | |
| 5 ". c #828282", | |
| 6 "+ c #000000", | |
| 7 "@ c #FFF993", | |
| 8 " ....... ", | |
| 9 ".+++++++. ", | |
| 10 ".+@@@@@@+.......... ", | |
| 11 ".+@@@@@@@++++++++++.", | |
| 12 ".+@@@@@@@@@@@@@@@@+.", | |
| 13 ".+@@@@@@@@@@@@@@@@+.", | |
| 14 ".+@@@@@@@@@@@@@@@@+.", | |
| 15 ".+@@@@@@@@@@@@@@@@+.", | |
| 16 ".+@@@@@@@@@@@@@@@@+.", | |
| 17 ".+@@@@@@@@@@@@@@@@+.", | |
| 18 ".+@@@@@@@@@@@@@@@@+.", | |
| 19 ".+@@@@@@@@@@@@@@@@+.", | |
| 20 ".+@@@@@@@@@@@@@@@@+.", | |
| 21 ".++++++++++++++++++.", | |
| 22 " .................. "}; |
