Mercurial > emacs
view etc/images/custom/down.xpm @ 111409:b5cc0d963641
* mouse.el (mouse-yank-primary): Update comment (Bug#6802).
author | Jan D. <jan.h.d@swipnet.se> |
---|---|
date | Fri, 05 Nov 2010 13:11:12 +0100 |
parents | 2c9f719ae74b |
children |
line wrap: on
line source
/* XPM */ static char * down_xpm[] = { "9 9 4 1", " c none", ". c black", "x c gray45", "+ c white", ".........", ".x+++++x.", " .+++++. ", " .x+++x. ", " .+++. ", " .x+x. ", " .+. ", " .x. ", " . "};