Mercurial > hg > xemacs-beta
annotate lwlib/config.h.in @ 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 | 308d34e9f07d |
children |
rev | line source |
---|---|
428 | 1 /* Lwlib site configuration template file. -*- C -*- |
2 Copyright (C) 1997 Sun Microsystems, Inc. | |
3 | |
4 This file is part of XEmacs. | |
5 | |
5402
308d34e9f07d
Changed bulk of GPLv2 or later files identified by script
Mats Lidell <matsl@xemacs.org>
parents:
2286
diff
changeset
|
6 XEmacs is free software: you can redistribute it and/or modify it |
428 | 7 under the terms of the GNU General Public License as published by the |
5402
308d34e9f07d
Changed bulk of GPLv2 or later files identified by script
Mats Lidell <matsl@xemacs.org>
parents:
2286
diff
changeset
|
8 Free Software Foundation, either version 3 of the License, or (at your |
308d34e9f07d
Changed bulk of GPLv2 or later files identified by script
Mats Lidell <matsl@xemacs.org>
parents:
2286
diff
changeset
|
9 option) any later version. |
428 | 10 |
11 XEmacs is distributed in the hope that it will be useful, but WITHOUT | |
12 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | |
13 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License | |
14 for more details. | |
15 | |
16 You should have received a copy of the GNU General Public License | |
5402
308d34e9f07d
Changed bulk of GPLv2 or later files identified by script
Mats Lidell <matsl@xemacs.org>
parents:
2286
diff
changeset
|
17 along with XEmacs. If not, see <http://www.gnu.org/licenses/>. */ |
428 | 18 |
19 /* Not in FSF. */ | |
20 | |
21 #ifndef _LWLIB_CONFIG_H_ | |
22 #define _LWLIB_CONFIG_H_ | |
23 | |
458 | 24 #include "../src/config.h" |
2286 | 25 #include "../src/compiler.h" |
428 | 26 |
27 #undef NEED_MOTIF | |
28 #undef NEED_ATHENA | |
29 #undef NEED_LUCID | |
30 | |
442 | 31 /* The exact path to the Athena header files depends on which `flavor' |
32 of Athena is being used - hence configure defines them for us. */ | |
434 | 33 |
442 | 34 #undef ATHENA_Scrollbar_h_ |
35 #undef ATHENA_Dialog_h_ | |
36 #undef ATHENA_Form_h_ | |
37 #undef ATHENA_Command_h_ | |
38 #undef ATHENA_Label_h_ | |
39 #undef ATHENA_LabelP_h_ | |
40 #undef ATHENA_Toggle_h_ | |
41 #undef ATHENA_ToggleP_h_ | |
42 #undef ATHENA_AsciiText_h_ | |
43 #undef ATHENA_XawInit_h_ | |
434 | 44 |
428 | 45 #endif /* _LWLIB_CONFIG_H_ */ |