Mercurial > emacs
view lisp/toolbar/execute.xpm @ 62785:c20ea23d0a24
(eshell-complete-parse-arguments): If the character before a space at
the end of a line is \, assume the space is part of the last argument
rather than a final argument separator.
author | John Wiegley <johnw@newartisans.com> |
---|---|
date | Fri, 27 May 2005 02:11:39 +0000 |
parents | 2568d5a27317 |
children |
line wrap: on
line source
/* XPM */ static char * mail_exec_xpm[] = { /* columns rows colors chars-per-pixel */ "24 24 6 1", " c None", ". c black", "X c #a5d8a5d89550", "o c #d305d305bc3c", "O c #ea03ea03d271", "+ c white", /* pixels */ " ", " ", " ", " .. ", " XX .. ", " oo XX .. ", " OO oo XX .. ", " OO oo XX .. ", " OO oo XX .. ", " OO oo XX .. ", " OO oo XX .. ", " OO oo XX .. ", " OO oo XX .. ", " OO oo XX ", " OO oo ", " OO + .. ", " XX .. ", " oo XX ", " OO oo ", " OO ", " ", " ", " ", " "};