annotate lisp/toolbar/help.xpm @ 41266:c08a55ae8e5d

(calc-wrapper, calc-slow-wrapper) (math-showing-full-precision, math-with-extra-prec, math-working) (calc-with-default-simplification) (calc-with-trail-buffer): Use backtick. (Math-zerop, Math-integer-negp, Math-integer-posp, Math-negp) (Math-looks-negp, Math-posp, Math-integerp, Math-natnump) (Math-ratp, Math-realp, Math-anglep, Math-numberp, Math-scalarp) (Math-vectorp, Math-messy-integerp, Math-objectp, Math-objvecp) (Math-integer-neg, Math-equal, Math-lessp, Math-primp) (Math-num-integerp, Math-bignum-test, Math-equal-int) (Math-natnum-lessp, math-format-radix-digit): Change to `defsubst'. (calc-record-compilation-date-macro): Deleted. Callers updated. (math-format-radix-digit): Move to calc-bin.el. Change all toplevel `setq' forms to `defvar' forms, and move them before their first use. Use `when', `unless'. Remove trailing periods from error forms. Add description and headers suggested by Emacs Lisp coding conventions.
author Colin Walters <walters@gnu.org>
date Mon, 19 Nov 2001 07:35:49 +0000
parents 8f4a34146a9d
children 734ff40978ad
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
31591
f115e74e9dd1 New. (Gnome icon by tigert.)
Dave Love <fx@gnu.org>
parents:
diff changeset
1 /* XPM */
32389
03a8b6779868 Reduce colour requirements to 25 overall. (Probably wants
Dave Love <fx@gnu.org>
parents: 31591
diff changeset
2 static char *magick[] = {
03a8b6779868 Reduce colour requirements to 25 overall. (Probably wants
Dave Love <fx@gnu.org>
parents: 31591
diff changeset
3 /* columns rows colors chars-per-pixel */
32452
8f4a34146a9d Reduce to max. 8 colors (mogrify -colorspace transparent -colors 8).
Gerd Moellmann <gerd@gnu.org>
parents: 32389
diff changeset
4 "24 24 6 1",
8f4a34146a9d Reduce to max. 8 colors (mogrify -colorspace transparent -colors 8).
Gerd Moellmann <gerd@gnu.org>
parents: 32389
diff changeset
5 " c Gray0",
8f4a34146a9d Reduce to max. 8 colors (mogrify -colorspace transparent -colors 8).
Gerd Moellmann <gerd@gnu.org>
parents: 32389
diff changeset
6 ". c #65658b8b5e5e",
8f4a34146a9d Reduce to max. 8 colors (mogrify -colorspace transparent -colors 8).
Gerd Moellmann <gerd@gnu.org>
parents: 32389
diff changeset
7 "X c #934ab2448dfb",
8f4a34146a9d Reduce to max. 8 colors (mogrify -colorspace transparent -colors 8).
Gerd Moellmann <gerd@gnu.org>
parents: 32389
diff changeset
8 "o c #b35dc8c8afaf",
8f4a34146a9d Reduce to max. 8 colors (mogrify -colorspace transparent -colors 8).
Gerd Moellmann <gerd@gnu.org>
parents: 32389
diff changeset
9 "O c #e0b2e944df83",
8f4a34146a9d Reduce to max. 8 colors (mogrify -colorspace transparent -colors 8).
Gerd Moellmann <gerd@gnu.org>
parents: 32389
diff changeset
10 "+ c None",
32389
03a8b6779868 Reduce colour requirements to 25 overall. (Probably wants
Dave Love <fx@gnu.org>
parents: 31591
diff changeset
11 /* pixels */
32452
8f4a34146a9d Reduce to max. 8 colors (mogrify -colorspace transparent -colors 8).
Gerd Moellmann <gerd@gnu.org>
parents: 32389
diff changeset
12 "++++++++++++++++++++++++",
8f4a34146a9d Reduce to max. 8 colors (mogrify -colorspace transparent -colors 8).
Gerd Moellmann <gerd@gnu.org>
parents: 32389
diff changeset
13 "++++++++++++++++++++++++",
8f4a34146a9d Reduce to max. 8 colors (mogrify -colorspace transparent -colors 8).
Gerd Moellmann <gerd@gnu.org>
parents: 32389
diff changeset
14 "++++++++++++++++++++++++",
8f4a34146a9d Reduce to max. 8 colors (mogrify -colorspace transparent -colors 8).
Gerd Moellmann <gerd@gnu.org>
parents: 32389
diff changeset
15 "++++++++++++++++++++++++",
8f4a34146a9d Reduce to max. 8 colors (mogrify -colorspace transparent -colors 8).
Gerd Moellmann <gerd@gnu.org>
parents: 32389
diff changeset
16 "+++++++++ ++++++++++",
8f4a34146a9d Reduce to max. 8 colors (mogrify -colorspace transparent -colors 8).
Gerd Moellmann <gerd@gnu.org>
parents: 32389
diff changeset
17 "++++++++ oOOOO +++++++++",
8f4a34146a9d Reduce to max. 8 colors (mogrify -colorspace transparent -colors 8).
Gerd Moellmann <gerd@gnu.org>
parents: 32389
diff changeset
18 "+++++++ OOOOOOO ++++++++",
8f4a34146a9d Reduce to max. 8 colors (mogrify -colorspace transparent -colors 8).
Gerd Moellmann <gerd@gnu.org>
parents: 32389
diff changeset
19 "++++++ oOo oOo +++++++",
8f4a34146a9d Reduce to max. 8 colors (mogrify -colorspace transparent -colors 8).
Gerd Moellmann <gerd@gnu.org>
parents: 32389
diff changeset
20 "+++++++ O +++ OO +++++++",
8f4a34146a9d Reduce to max. 8 colors (mogrify -colorspace transparent -colors 8).
Gerd Moellmann <gerd@gnu.org>
parents: 32389
diff changeset
21 "+++++++O ++++ Oo +++++++",
8f4a34146a9d Reduce to max. 8 colors (mogrify -colorspace transparent -colors 8).
Gerd Moellmann <gerd@gnu.org>
parents: 32389
diff changeset
22 "++++++++++++ OO. +++++++",
8f4a34146a9d Reduce to max. 8 colors (mogrify -colorspace transparent -colors 8).
Gerd Moellmann <gerd@gnu.org>
parents: 32389
diff changeset
23 "+++++++++++ OOX ++++++++",
8f4a34146a9d Reduce to max. 8 colors (mogrify -colorspace transparent -colors 8).
Gerd Moellmann <gerd@gnu.org>
parents: 32389
diff changeset
24 "++++++++++ OOX +++++++++",
8f4a34146a9d Reduce to max. 8 colors (mogrify -colorspace transparent -colors 8).
Gerd Moellmann <gerd@gnu.org>
parents: 32389
diff changeset
25 "+++++++++ XOX ++++++++++",
8f4a34146a9d Reduce to max. 8 colors (mogrify -colorspace transparent -colors 8).
Gerd Moellmann <gerd@gnu.org>
parents: 32389
diff changeset
26 "+++++++++ OX +++++++++++",
8f4a34146a9d Reduce to max. 8 colors (mogrify -colorspace transparent -colors 8).
Gerd Moellmann <gerd@gnu.org>
parents: 32389
diff changeset
27 "+++++++++ +++++++++++",
8f4a34146a9d Reduce to max. 8 colors (mogrify -colorspace transparent -colors 8).
Gerd Moellmann <gerd@gnu.org>
parents: 32389
diff changeset
28 "++++++++++++++++++++++++",
8f4a34146a9d Reduce to max. 8 colors (mogrify -colorspace transparent -colors 8).
Gerd Moellmann <gerd@gnu.org>
parents: 32389
diff changeset
29 "++++++++++ ++++++++++++",
8f4a34146a9d Reduce to max. 8 colors (mogrify -colorspace transparent -colors 8).
Gerd Moellmann <gerd@gnu.org>
parents: 32389
diff changeset
30 "+++++++++ Oo +++++++++++",
8f4a34146a9d Reduce to max. 8 colors (mogrify -colorspace transparent -colors 8).
Gerd Moellmann <gerd@gnu.org>
parents: 32389
diff changeset
31 "+++++++++ oX +++++++++++",
8f4a34146a9d Reduce to max. 8 colors (mogrify -colorspace transparent -colors 8).
Gerd Moellmann <gerd@gnu.org>
parents: 32389
diff changeset
32 "++++++++++ ++++++++++++",
8f4a34146a9d Reduce to max. 8 colors (mogrify -colorspace transparent -colors 8).
Gerd Moellmann <gerd@gnu.org>
parents: 32389
diff changeset
33 "++++++++++++++++++++++++",
8f4a34146a9d Reduce to max. 8 colors (mogrify -colorspace transparent -colors 8).
Gerd Moellmann <gerd@gnu.org>
parents: 32389
diff changeset
34 "++++++++++++++++++++++++",
8f4a34146a9d Reduce to max. 8 colors (mogrify -colorspace transparent -colors 8).
Gerd Moellmann <gerd@gnu.org>
parents: 32389
diff changeset
35 "++++++++++++++++++++++++"
32389
03a8b6779868 Reduce colour requirements to 25 overall. (Probably wants
Dave Love <fx@gnu.org>
parents: 31591
diff changeset
36 };