Mercurial > emacs
view etc/images/gnus/gnus-pointer.xpm @ 109879:c39af0d0a834
* lisp/simple.el (blink-matching-open): Obey forward-sexp-function.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 19 Aug 2010 11:37:40 +0200 |
parents | 210af0ad3d35 |
children |
line wrap: on
line source
/* XPM */ static char *gnus-pointer[] = { /* width height num_colors chars_per_pixel */ " 18 13 2 1", /* colors */ ". c #0000ff", "# c None s None", /* pixels */ "##################", "######..##..######", "#####........#####", "#.##.##..##...####", "#...####.###...##.", "#..###.######.....", "#####.########...#", "###########.######", "####.###.#..######", "######..###.######", "###....####.######", "###..######.######", "###########.######" };