Mercurial > emacs
view lisp/toolbar/close.xpm @ 43221:fadb49348c98
Use `sort -k 2', not `sort +1', as POSIX 1003.1-2001
disallows the old syntax.
author | Paul Eggert <eggert@twinsun.com> |
---|---|
date | Sun, 10 Feb 2002 08:08:59 +0000 |
parents | 8f4a34146a9d |
children | 734ff40978ad |
line wrap: on
line source
/* XPM */ static char *magick[] = { /* columns rows colors chars-per-pixel */ "24 24 2 1", " c Gray0", ". c None", /* pixels */ "........................", "........................", "........................", "........................", "........................", "........................", "....... .... ..........", "....... .. .........", "........ . ..........", "........ ...........", "......... ............", "......... ...........", "........ ..........", "........ . .........", "....... ... ........", "....... ..... .........", "........................", "........................", "........................", "........................", "........................", "........................", "........................", "........................" };