Mercurial > emacs
view etc/images/custom/down.xpm @ 104860:216634f325ab
Don't mention maintainer-clean, since `make bootstrap' does this now.
(With the exception that it does not remove Makefile from lisp/ or src/).
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sat, 05 Sep 2009 18:53:34 +0000 |
parents | b0ca8a5b94ae |
children | 87681b1f74ce |
line wrap: on
line source
/* XPM */ static char * down_xpm[] = { "8 8 4 1", " c none", ". c gray90", "X c gray45", "O c gray75", "........", ".OOOOOOX", " .OOOOX ", " .OOOOX ", " .OOX ", " .OOX ", " OX ", " OX "};