annotate lisp/sb-tag-type.xpm @ 58333:285e9f39fa7d

(calc-rewrite-selection): Make rules a local variable. (calc-rewr-sel): New variable. (calc-rewrite-selection, calc-locate-selection-marker, calc-rewrite): Use the declared variable calc-rewr-sel instead of sel. (math-rewrite): Use let* to declare variables. (math-mt-many): Declare it. (math-rewrite-whole-expr): New variable. (math-rewrite, math-rewrite-phase): Replace variable expr by declared variable. (math-import-list): Declare it. (math-rewrite-heads-heads, math-rewrite-heads-skips) (math-rewrite-heads-blanks ): New variables. (math-rewrite-heads, math-rewrite-heads-rec): Replace variables heads, skips and blanks by declared variables. (math-regs, math-num-regs, math-prog-last, math-bound-vars) (math-conds, math-copy-neg, math-rhs, math-pattern, math-remembering) (math-aliased-vars): Declare them. (math-rwcomp-subst-old, math-rwcomp-subst-new) (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func): New variables. (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables old, new, old-func and new-func by declared variables. (math-rwcomp-assoc-args, math-rwcomp-addsub-args): Remove unnecessary variable. (math-rewrite-phase): Declare it. (math-apply-rw-regs): New variable. (math-apply-rewrites, math-rwapply-replace-regs, math-rwapply-reg-looks-negp): Replace variable regs by declared variable. (math-apply-rw-ruleset): New variable. (math-apply-rewrites, math-rwapply-remember): Replace variable ruleset by declared variable.
author Jay Belanger <jay.p.belanger@gmail.com>
date Fri, 19 Nov 2004 21:03:48 +0000
parents c2a09ac7b7b1
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
28974
c0758fd9ca7a New Icon for speedbar.
Eric M. Ludlam <zappo@gnu.org>
parents:
diff changeset
1 /* XPM */
c0758fd9ca7a New Icon for speedbar.
Eric M. Ludlam <zappo@gnu.org>
parents:
diff changeset
2 static char * sb_tag_type_xpm[] = {
55471
c2a09ac7b7b1 less heavy lines
Daniel Pfeiffer <occitan@esperanto.org>
parents: 28974
diff changeset
3 "20 15 5 1",
28974
c0758fd9ca7a New Icon for speedbar.
Eric M. Ludlam <zappo@gnu.org>
parents:
diff changeset
4 " c None",
55471
c2a09ac7b7b1 less heavy lines
Daniel Pfeiffer <occitan@esperanto.org>
parents: 28974
diff changeset
5 ". c #B8B8B8",
28974
c0758fd9ca7a New Icon for speedbar.
Eric M. Ludlam <zappo@gnu.org>
parents:
diff changeset
6 "+ c #000000",
c0758fd9ca7a New Icon for speedbar.
Eric M. Ludlam <zappo@gnu.org>
parents:
diff changeset
7 "@ c #FFF993",
55471
c2a09ac7b7b1 less heavy lines
Daniel Pfeiffer <occitan@esperanto.org>
parents: 28974
diff changeset
8 "# c #828282",
28974
c0758fd9ca7a New Icon for speedbar.
Eric M. Ludlam <zappo@gnu.org>
parents:
diff changeset
9 " ",
c0758fd9ca7a New Icon for speedbar.
Eric M. Ludlam <zappo@gnu.org>
parents:
diff changeset
10 " ",
55471
c2a09ac7b7b1 less heavy lines
Daniel Pfeiffer <occitan@esperanto.org>
parents: 28974
diff changeset
11 " .............. ",
c2a09ac7b7b1 less heavy lines
Daniel Pfeiffer <occitan@esperanto.org>
parents: 28974
diff changeset
12 " .++++++++++++++. ",
c2a09ac7b7b1 less heavy lines
Daniel Pfeiffer <occitan@esperanto.org>
parents: 28974
diff changeset
13 " .+@@@@@@@@@@@@@@+#",
c2a09ac7b7b1 less heavy lines
Daniel Pfeiffer <occitan@esperanto.org>
parents: 28974
diff changeset
14 " .+@@@@@@++++++@@@+#",
c2a09ac7b7b1 less heavy lines
Daniel Pfeiffer <occitan@esperanto.org>
parents: 28974
diff changeset
15 ".+@@@@@@@++++++@@@+#",
c2a09ac7b7b1 less heavy lines
Daniel Pfeiffer <occitan@esperanto.org>
parents: 28974
diff changeset
16 ".+@++@@@@@@++@@@@@+#",
c2a09ac7b7b1 less heavy lines
Daniel Pfeiffer <occitan@esperanto.org>
parents: 28974
diff changeset
17 ".+@++@@@@@@++@@@@@+#",
c2a09ac7b7b1 less heavy lines
Daniel Pfeiffer <occitan@esperanto.org>
parents: 28974
diff changeset
18 ".+@@@@@@@@@++@@@@@+#",
c2a09ac7b7b1 less heavy lines
Daniel Pfeiffer <occitan@esperanto.org>
parents: 28974
diff changeset
19 " #+@@@@@@@@++@@@@@+#",
c2a09ac7b7b1 less heavy lines
Daniel Pfeiffer <occitan@esperanto.org>
parents: 28974
diff changeset
20 " #+@@@@@@@@@@@@@@+#",
c2a09ac7b7b1 less heavy lines
Daniel Pfeiffer <occitan@esperanto.org>
parents: 28974
diff changeset
21 " #++++++++++++++# ",
c2a09ac7b7b1 less heavy lines
Daniel Pfeiffer <occitan@esperanto.org>
parents: 28974
diff changeset
22 " ############## ",
28974
c0758fd9ca7a New Icon for speedbar.
Eric M. Ludlam <zappo@gnu.org>
parents:
diff changeset
23 " "};