annotate lisp/toolbar/close.xpm @ 61906:1210b12b4089

(Defining Minor Modes): Fix previous change. (Font Lock Mode): Simplify. (Font Lock Basics): Say that font-lock-defaults is buffer-local when set and that some parts are optional. Add cross references. (Search-based Fontification): Say how to specify font-lock-keywords. Add cross references. Add font-lock-multiline to index. Move font-lock-keywords-case-fold-search here from node "Other Font Lock Variables". Document font-lock-add-keywords and font-lock-remove-keywords (Other Font Lock Variables): Move font-lock-keywords-only, font-lock-syntax-table, font-lock-beginning-of-syntax-function, and font-lock-syntactic-face-function to node "Syntactic Font Lock". Move font-lock-keywords-case-fold-search to node "Search-based Fontification". Document font-lock-inhibit-thing-lock and font-lock-{,un}fontify-{buffer,region}-function. (Precalculated Fontification): Remove reference to deleted variable font-lock-core-only. (Faces for Font Lock): Add font-lock-comment-delimiter-face. (Syntactic Font Lock): Add intro. Move font-lock-keywords-only, font-lock-syntax-table, font-lock-beginning-of-syntax-function, and font-lock-syntactic-face-function here from node "Other Font Lock Variables". Move font-lock-syntactic-keywords to "Setting Syntax Properties". Add cross references. (Setting Syntax Properties): New node. Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
author Lute Kamstra <lute@gnu.org>
date Thu, 28 Apr 2005 11:32:54 +0000
parents 734ff40978ad
children
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 */
55600
734ff40978ad New icons.
Jan Djärv <jan.h.d@swipnet.se>
parents: 32452
diff changeset
2 static char * close_xpm[] = {
31591
f115e74e9dd1 New. (Gnome icon by tigert.)
Dave Love <fx@gnu.org>
parents:
diff changeset
3 "24 24 2 1",
55600
734ff40978ad New icons.
Jan Djärv <jan.h.d@swipnet.se>
parents: 32452
diff changeset
4 " c None",
734ff40978ad New icons.
Jan Djärv <jan.h.d@swipnet.se>
parents: 32452
diff changeset
5 ". c #000000",
734ff40978ad New icons.
Jan Djärv <jan.h.d@swipnet.se>
parents: 32452
diff changeset
6 " ",
734ff40978ad New icons.
Jan Djärv <jan.h.d@swipnet.se>
parents: 32452
diff changeset
7 " ",
734ff40978ad New icons.
Jan Djärv <jan.h.d@swipnet.se>
parents: 32452
diff changeset
8 " ",
734ff40978ad New icons.
Jan Djärv <jan.h.d@swipnet.se>
parents: 32452
diff changeset
9 " ",
734ff40978ad New icons.
Jan Djärv <jan.h.d@swipnet.se>
parents: 32452
diff changeset
10 " ",
734ff40978ad New icons.
Jan Djärv <jan.h.d@swipnet.se>
parents: 32452
diff changeset
11 " ",
734ff40978ad New icons.
Jan Djärv <jan.h.d@swipnet.se>
parents: 32452
diff changeset
12 " . . ",
734ff40978ad New icons.
Jan Djärv <jan.h.d@swipnet.se>
parents: 32452
diff changeset
13 " . ... ",
734ff40978ad New icons.
Jan Djärv <jan.h.d@swipnet.se>
parents: 32452
diff changeset
14 " .. .... ",
734ff40978ad New icons.
Jan Djärv <jan.h.d@swipnet.se>
parents: 32452
diff changeset
15 " .. ... ",
734ff40978ad New icons.
Jan Djärv <jan.h.d@swipnet.se>
parents: 32452
diff changeset
16 " ..... ",
734ff40978ad New icons.
Jan Djärv <jan.h.d@swipnet.se>
parents: 32452
diff changeset
17 " ... ",
734ff40978ad New icons.
Jan Djärv <jan.h.d@swipnet.se>
parents: 32452
diff changeset
18 " ..... ",
734ff40978ad New icons.
Jan Djärv <jan.h.d@swipnet.se>
parents: 32452
diff changeset
19 " ....... ",
734ff40978ad New icons.
Jan Djärv <jan.h.d@swipnet.se>
parents: 32452
diff changeset
20 " ... .... ",
734ff40978ad New icons.
Jan Djärv <jan.h.d@swipnet.se>
parents: 32452
diff changeset
21 " ... .... ",
734ff40978ad New icons.
Jan Djärv <jan.h.d@swipnet.se>
parents: 32452
diff changeset
22 " ... .. ",
734ff40978ad New icons.
Jan Djärv <jan.h.d@swipnet.se>
parents: 32452
diff changeset
23 " ",
734ff40978ad New icons.
Jan Djärv <jan.h.d@swipnet.se>
parents: 32452
diff changeset
24 " ",
734ff40978ad New icons.
Jan Djärv <jan.h.d@swipnet.se>
parents: 32452
diff changeset
25 " ",
734ff40978ad New icons.
Jan Djärv <jan.h.d@swipnet.se>
parents: 32452
diff changeset
26 " ",
734ff40978ad New icons.
Jan Djärv <jan.h.d@swipnet.se>
parents: 32452
diff changeset
27 " ",
734ff40978ad New icons.
Jan Djärv <jan.h.d@swipnet.se>
parents: 32452
diff changeset
28 " ",
734ff40978ad New icons.
Jan Djärv <jan.h.d@swipnet.se>
parents: 32452
diff changeset
29 " "};