Mercurial > emacs
annotate lisp/toolbar/execute.xpm @ 49410:798119a6859c
* ibuffer.el (ibuffer-window-list): Remove.
(ibuffer-confirm-operation-on): Use `window-list' instead.
(ibuffer-load-hook): New customizable variable.
(toplevel): Run it.
(ibuffer-customize): New command.
(ibuffer-mode-map): Bind it.
(ibuffer-mode-map): Add menu seperator in View>Sort menu.
(ibuffer-mode): Tidy.
(ibuffer-fontification-alist, ibuffer-always-show-last-buffer)
(ibuffer-default-directory, ibuffer-default-sorting-mode)
(ibuffer-maybe-show-predicates, ibuffer-hook, ibuffer-mode-hook)
(ibuffer-map-lines): Doc fixes.
Update mail address.
* ibuf-ext.el (ibuffer-copy-filename-as-kill): C-u means relative
filenames. Use `kill-new'.
Update mail address.
* ibuf-macs.el
Update mail address.
author | John Paul Wallington <jpw@pobox.com> |
---|---|
date | Fri, 24 Jan 2003 04:53:31 +0000 |
parents | 2568d5a27317 |
children |
rev | line source |
---|---|
47730 | 1 /* XPM */ |
2 static char * mail_exec_xpm[] = { | |
3 /* columns rows colors chars-per-pixel */ | |
4 "24 24 6 1", | |
5 " c None", | |
6 ". c black", | |
7 "X c #a5d8a5d89550", | |
8 "o c #d305d305bc3c", | |
9 "O c #ea03ea03d271", | |
10 "+ c white", | |
11 /* pixels */ | |
12 " ", | |
13 " ", | |
14 " ", | |
15 " .. ", | |
16 " XX .. ", | |
17 " oo XX .. ", | |
18 " OO oo XX .. ", | |
19 " OO oo XX .. ", | |
20 " OO oo XX .. ", | |
21 " OO oo XX .. ", | |
22 " OO oo XX .. ", | |
23 " OO oo XX .. ", | |
24 " OO oo XX .. ", | |
25 " OO oo XX ", | |
26 " OO oo ", | |
27 " OO + .. ", | |
28 " XX .. ", | |
29 " oo XX ", | |
30 " OO oo ", | |
31 " OO ", | |
32 " ", | |
33 " ", | |
34 " ", | |
35 " "}; |