Mercurial > emacs
annotate lisp/toolbar/close.xpm @ 31975:8325ae2bc1e4
(auto-compression-mode): Use define-minor-mode.
(toggle-auto-compression): Remove.
(jka-compr-build-file-regexp): Remove useless grouping.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Fri, 29 Sep 2000 02:38:03 +0000 |
parents | f115e74e9dd1 |
children | 03a8b6779868 |
rev | line source |
---|---|
31591 | 1 /* XPM */ |
2 static char * tb_close_xpm[] = { | |
3 "24 24 2 1", | |
4 " c None", | |
5 ". c #000000", | |
6 " ", | |
7 " ", | |
8 " ", | |
9 " ", | |
10 " ", | |
11 " ", | |
12 " . .. ", | |
13 " .. .... ", | |
14 " .. ... ", | |
15 " ..... ", | |
16 " ... ", | |
17 " .... ", | |
18 " ...... ", | |
19 " .. .... ", | |
20 " .. .... ", | |
21 " . .. ", | |
22 " ", | |
23 " ", | |
24 " ", | |
25 " ", | |
26 " ", | |
27 " ", | |
28 " ", | |
29 " "}; |