Mercurial > emacs
view lisp/toolbar/copy.xpm @ 47575:4d9f899a5963
* dired.el (dired-insert-directory): Always add "--dired" to to
SWITCHES for remote files.
* files.el (insert-directory): Comment saying that "--dired"
might be in the SWITCHES.
* net/ange-ftp.el (ange-ftp-ls): Handle "--dired" in LSARGS.
(ange-ftp-insert-directory): Comment explaining "--dired"
handling.
author | Kai Großjohann <kgrossjo@eu.uu.net> |
---|---|
date | Sun, 22 Sep 2002 13:01:10 +0000 |
parents | 8f4a34146a9d |
children | 734ff40978ad |
line wrap: on
line source
/* XPM */ static char *magick[] = { /* columns rows colors chars-per-pixel */ "24 24 7 1", " c Gray0", ". c #424242423a3a", "X c #68e968e96363", "o c #a8b1a8b1992b", "O c #d3d3d3d3bdbd", "+ c #e419e419cd6b", "@ c None", /* pixels */ "@@@@@@@@@@@@@@@@@@@@@@@@", "@@@@@@@@@@@@@@@@@@@@@@@@", "@@@@@@@@@@@@@@@@@@@@@@@@", "@@@@@@@@@@@@@@@@@@@@@@@@", "@@@@@@@@@@@@@@@@@@@@@@@@", "@@@@@@@@ @@@@@@@@@@@@@@", "@@@@@@ Oo @@@@@@@@@@@@@", "@@@@ .ooOO @@@@ @@@@@@@", "@@@@ +XoOOo @ Oo @@@@@@", "@@@@ +.oO++ .ooOO @@@@@@", "@@@@ XoO+++ +XoOOo @@@@@", "@@@@ oOO+++ +.oO++ @@@@@", "@@@@ oO++++ XoOO++o @@@@", "@@@@@ +++++ oOO++++o @@@", "@@@@@ o++++ oO++++++ @@@", "@@@@@@ ++o +++++++o @@", "@@@@@@ o @@ o++++o @@@", "@@@@@@@ @@@@@ ++o @@@@@", "@@@@@@@@@@ @@ o @@@@@@@", "@@@@@@@ @@ @@@@@@@@@", "@@@@@@@ @@@@@@@@@@@@", "@@@@@@@@@@ @@@@@@@@@@@@@", "@@@@@@@@@@@@@@@@@@@@@@@@", "@@@@@@@@@@@@@@@@@@@@@@@@" };