Mercurial > emacs
view etc/gnus-pointer.xpm @ 45161:91602250e999
(ibuffer-mode-map): Bind it. Add :enable guard around
`ibuffer-filters-to-filter-group' menu item. Fix :enable guards for
`ibuffer-pop-filter-group' and `ibuffer-clear-filter-groups'.
(toplevel): Specialize `ibuffer-mode-groups-popup' menu items.
author | Colin Walters <walters@gnu.org> |
---|---|
date | Tue, 07 May 2002 08:11:41 +0000 |
parents | 20ca10cf58b3 |
children | bb6c986199c4 |
line wrap: on
line source
/* XPM */ static char *gnus-pointer[] = { /* width height num_colors chars_per_pixel */ " 18 12 2 1", /* colors */ ". c #0000ff", "# c None s None", /* pixels */ "######..##..######", "#####........#####", "#.##.##..##...####", "#...####.###...##.", "#..###.######.....", "#####.########...#", "###########.######", "####.###.#..######", "######..###.######", "###....####.######", "###..######.######", "###########.######" };