Mercurial > emacs
view etc/images/gnus/gnus-pointer.xpm @ 94478:618e87ee72c0
(vc-dir-mode-hook): Add normal hook.
(vc-dir-mode): Run it.
author | Sam Steingold <sds@gnu.org> |
---|---|
date | Tue, 29 Apr 2008 13:42:15 +0000 |
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 */ "##################", "######..##..######", "#####........#####", "#.##.##..##...####", "#...####.###...##.", "#..###.######.....", "#####.########...#", "###########.######", "####.###.#..######", "######..###.######", "###....####.######", "###..######.######", "###########.######" };