Mercurial > emacs
view etc/gnus-pointer.xpm @ 82969:0d52d7d4bf25
* mm-decode.el (mime-display, mime-security): Fix custom-manual entries.
* gnus-art.el (gnus-article): Ditto.
* gnus-art.el (article-hide-list-identifiers): Bind inhibit-read-only as t.
author | Reiner Steib <Reiner.Steib@gmx.de> |
---|---|
date | Mon, 23 Aug 2004 14:13:39 +0000 |
parents | bb6c986199c4 |
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 */ "##################", "######..##..######", "#####........#####", "#.##.##..##...####", "#...####.###...##.", "#..###.######.....", "#####.########...#", "###########.######", "####.###.#..######", "######..###.######", "###....####.######", "###..######.######", "###########.######" };