Mercurial > emacs
view lisp/toolbar/refile.xpm @ 54861:5af1398ad8e2
Various changes in addition to:
(Visiting Functions): `find-file-hook' is now a normal hook.
(File Name Expansion): Explain difference between the way that
`expand-file-name' and `file-truename' treat `..'.
(Contents of Directories): Mention optional ID-FORMAT argument to
`directory-files-and-attributes'.
(Format Conversion): Mention new optional CONFIRM argument to
`format-write-file'.
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Wed, 14 Apr 2004 02:44:21 +0000 |
parents | 2568d5a27317 |
children |
line wrap: on
line source
/* XPM */ static char * refile_xpm[] = { /* columns rows colors chars-per-pixel */ "24 24 7 1", " c None", ". c black", "X c #a5d8a5d89550", "o c #d305d305bc3c", "O c #ea03ea03d271", "+ c #828282827474", "@ c #61b761b7600a", /* pixels */ " . ", " ..X. ", " ..XoO.... ", " ..XooooO.+. ", " ..XooooooOX.. .. ", " .@@ooooooOOO@. ... ", " .O@oooooOOOOO..@@. ", " .OO@oooOOOOOO..@@. ", " ...OO@XooOOOOO...@@. ", " ..+.O@XooOOOO..@@@@@. ", " .++..XooOOOO..@@@@@@. ", " .++.@oooOO...@@@@@@@. ", " ..+.XooOOO..@@@@@@@. ", " .++.OOOO.@@@@@@@@. ", " .+.oOO..@@@@@@@. ", " .++.OO.@@@@@@@. ", " .++.O.@@@@@.. ", " ..+.O.@@@@@. ", " .++..@@@@. ", " ..++.@@@. ", " .+.@@. ", " ...@. ", " ... ", " . "};