Mercurial > hg > xemacs-beta
annotate etc/toolbar/mail-up.xpm @ 5666:daf5accfe973
Use #'test-completion, minibuf.el, instead of implementing same.
lisp/ChangeLog addition:
2012-05-14 Aidan Kehoe <kehoea@parhasard.net>
Update minibuf.el to use #'test-completion, use the generality of
recent completion changes to avoid some unnecessary consing when
reading.
* behavior.el (read-behavior):
* cus-edit.el (custom-face-prompt):
* cus-edit.el (widget-face-action):
* faces.el (read-face-name):
* minibuf.el:
* minibuf.el (minibuffer-completion-table):
* minibuf.el (exact-minibuffer-completion-p):
Removed. #'test-completion is equivalent to this, but more
general.
* minibuf.el (minibuffer-do-completion-1): Use #'test-completion.
* minibuf.el (completing-read): Update the documentation of the
arguments used for completion.
* minibuf.el (minibuffer-complete-and-exit): Use #'test-completion.
* minibuf.el (exit-minibuffer): Use #'test-completion.
* minibuf.el (minibuffer-smart-mouse-tracker): Use #'test-completion.
* minibuf.el (read-color): No need to construct a completion table
separate from the colour list.
src/ChangeLog addition:
2012-05-14 Aidan Kehoe <kehoea@parhasard.net>
* minibuf.c (Ftest_completion):
Correct some documentation here.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Mon, 14 May 2012 08:46:05 +0100 |
parents | 7910031dd78a |
children |
rev | line source |
---|---|
0 | 1 /* XPM */ |
5413
7910031dd78a
Add explicit GPLv3 or later to xpm and xbm graphics.
Mats Lidell <matsl@xemacs.org>
parents:
0
diff
changeset
|
2 |
7910031dd78a
Add explicit GPLv3 or later to xpm and xbm graphics.
Mats Lidell <matsl@xemacs.org>
parents:
0
diff
changeset
|
3 /* This file is part of XEmacs. |
7910031dd78a
Add explicit GPLv3 or later to xpm and xbm graphics.
Mats Lidell <matsl@xemacs.org>
parents:
0
diff
changeset
|
4 |
7910031dd78a
Add explicit GPLv3 or later to xpm and xbm graphics.
Mats Lidell <matsl@xemacs.org>
parents:
0
diff
changeset
|
5 XEmacs is free software: you can redistribute it and/or modify it |
7910031dd78a
Add explicit GPLv3 or later to xpm and xbm graphics.
Mats Lidell <matsl@xemacs.org>
parents:
0
diff
changeset
|
6 under the terms of the GNU General Public License as published by the |
7910031dd78a
Add explicit GPLv3 or later to xpm and xbm graphics.
Mats Lidell <matsl@xemacs.org>
parents:
0
diff
changeset
|
7 Free Software Foundation, either version 3 of the License, or (at your |
7910031dd78a
Add explicit GPLv3 or later to xpm and xbm graphics.
Mats Lidell <matsl@xemacs.org>
parents:
0
diff
changeset
|
8 option) any later version. |
7910031dd78a
Add explicit GPLv3 or later to xpm and xbm graphics.
Mats Lidell <matsl@xemacs.org>
parents:
0
diff
changeset
|
9 |
7910031dd78a
Add explicit GPLv3 or later to xpm and xbm graphics.
Mats Lidell <matsl@xemacs.org>
parents:
0
diff
changeset
|
10 XEmacs is distributed in the hope that it will be useful, but WITHOUT |
7910031dd78a
Add explicit GPLv3 or later to xpm and xbm graphics.
Mats Lidell <matsl@xemacs.org>
parents:
0
diff
changeset
|
11 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
7910031dd78a
Add explicit GPLv3 or later to xpm and xbm graphics.
Mats Lidell <matsl@xemacs.org>
parents:
0
diff
changeset
|
12 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
7910031dd78a
Add explicit GPLv3 or later to xpm and xbm graphics.
Mats Lidell <matsl@xemacs.org>
parents:
0
diff
changeset
|
13 for more details. |
7910031dd78a
Add explicit GPLv3 or later to xpm and xbm graphics.
Mats Lidell <matsl@xemacs.org>
parents:
0
diff
changeset
|
14 |
7910031dd78a
Add explicit GPLv3 or later to xpm and xbm graphics.
Mats Lidell <matsl@xemacs.org>
parents:
0
diff
changeset
|
15 You should have received a copy of the GNU General Public License |
7910031dd78a
Add explicit GPLv3 or later to xpm and xbm graphics.
Mats Lidell <matsl@xemacs.org>
parents:
0
diff
changeset
|
16 along with XEmacs. If not, see <http://www.gnu.org/licenses/>. */ |
7910031dd78a
Add explicit GPLv3 or later to xpm and xbm graphics.
Mats Lidell <matsl@xemacs.org>
parents:
0
diff
changeset
|
17 |
0 | 18 static char * mail[] = { |
19 "28 28 5 1", | |
20 "X c Gray75 s backgroundToolBarColor", | |
21 "o c black", | |
22 "O c Gray90", | |
23 "+ c Gray60", | |
24 "@ c white", | |
25 "XXXXXXXXXXXXXXXXXXXXXXXXXXXX", | |
26 "XXXXXXXXXXXXXXXXXXXXXXXXXXXX", | |
27 "XXXXXXXoooooooooooXXXXXXXXXX", | |
28 "XXXXXXXoOOOOOOOOOooXXXXXXXXX", | |
29 "XXXXXXXoOOOOOOOOOo+oXXXXXXXX", | |
30 "XXXXXXXoOOOOOOOOOooooXXXXXXX", | |
31 "XXXXXXXoOOOOOOOOOOOOoXXXXXXX", | |
32 "XXooooooooooooooooooooooooXX", | |
33 "XXo@@@@@@@@@@@@@@@@@@@@@@oXX", | |
34 "XXo@oo@@@@@@@@@@@@@@@ooo@oXX", | |
35 "XXo@@@@@@@@@@@@@@@@@@o+o@oXX", | |
36 "XXo@@@@@@@@@@@@@@@@@@o+o@oXX", | |
37 "XXo@@@@@ooooooooo@@@@ooo@oXX", | |
38 "XXo@@@@@@@@@@@@@@@@@@@@@@oXX", | |
39 "XXo@@@@@ooooooo@@@@@@@@@@oXX", | |
40 "XXo@@@@@@@@@@@@@@@@@@@@@@oXX", | |
41 "XXo@@@@@ooooo@@@@@@@@@@@@oXX", | |
42 "XXo@@@@@@@@@@@@@@@@@@@@@@oXX", | |
43 "XXo@@@@@@@@@@@@@@@@@@@@@@oXX", | |
44 "XXo@@@@@@@@@@@@@@@@@@@@@@oXX", | |
45 "XXooooooooooooooooooooooooXX", | |
46 "XXXXXXXoOOOOOOOOOOOOoXXXXXXX", | |
47 "XXXXXXXooooooooooooooXXXXXXX", | |
48 "XXXXXXXXXXXXXXXXXXXXXXXXXXXX", | |
49 "XXXXXXXXXXXXXXXXXXXXXXXXXXXX", | |
50 "XXXXXXXXXXXXXXXXXXXXXXXXXXXX", | |
51 "XXXXXXXXXXXXXXXXXXXXXXXXXXXX", | |
52 "XXXXXXXXXXXXXXXXXXXXXXXXXXXX"}; |