Mercurial > emacs
view lisp/toolbar/refile.xpm @ 62373:6b68d72075c1
(dired-map-over-marks): New arg distinguish-one-marked.
(dired-get-marked-files): New arg distinguish-one-marked.
(dired-mark-pop-up): Handle FILES = (t FILE) specially.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 15 May 2005 21:33:25 +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.@@@@@. ", " .++..@@@@. ", " ..++.@@@. ", " .+.@@. ", " ...@. ", " ... ", " . "};