view etc/gnus-pointer.xpm @ 48470:5a25c61f2c8b

(eldoc-print-current-symbol-info): Turn errors into messages so they don't get ignored. (eldoc-get-fnsym-args-string): Use help-split-fundoc. (eldoc-beginning-of-sexp): Simplify. (eldoc-function-arglist): Remove. (eldoc-function-argstring): Use help-function-arglist instead. (eldoc-function-argstring-from-docstring-method-table) (eldoc-function-argstring-from-docstring): Remove.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 19 Nov 2002 23:32:54 +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 */
"######..##..######",
"#####........#####",
"#.##.##..##...####",
"#...####.###...##.",
"#..###.######.....",
"#####.########...#",
"###########.######",
"####.###.#..######",
"######..###.######",
"###....####.######",
"###..######.######",
"###########.######"
};