annotate src/s/usg5-4-3.h @ 39595:d184cf4318ee
(Fminibuffer_prompt_end, Fminibuffer_contents)
(Fminibuffer_contents_no_properties, Fdelete_minibuffer_contents):
New functions (were in simple.el).
(Fminibuffer_complete_and_exit, Fminibuffer_complete_word)
(read_minibuf, do_completion, Fminibuffer_completion_help): Use them.
(syms_of_minibuf): Initialize them.
author |
Miles Bader <miles@gnu.org> |
date |
Fri, 05 Oct 2001 12:25:26 +0000 |
parents |
30a6926318aa |
children |
695cf19ef79e |
rev |
line source |
15640
|
1 /* s/ file for System V release 4.3. */
|
|
2
|
|
3 #include "usg5-4-2.h"
|
|
4
|
|
5 /* Bill_Mann@PraxisInt.com: without this switch emacs generates this error
|
|
6 on start up for an i486-ncr-sysv4.3 (running the X toolkit):
|
|
7 _XipOpenIM() Unable to find Atom _XIM_INPUTMETHOD */
|
|
8 #define X11R5_INHIBIT_I18N
|