Mercurial > emacs
annotate lisp/toolbar/close.xpm @ 55845:6d0508ef2a09
(file-remote-p): Apply file name handler for operation
`file-remote-p'. It isn' a property any longer.
(file-relative-name): `fh' and `fd' get the required value via
`find-file-name-handler' already.
author | Michael Albinus <michael.albinus@gmx.de> |
---|---|
date | Sat, 29 May 2004 22:42:06 +0000 |
parents | 734ff40978ad |
children |
rev | line source |
---|---|
31591 | 1 /* XPM */ |
55600 | 2 static char * close_xpm[] = { |
31591 | 3 "24 24 2 1", |
55600 | 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 " "}; |