diff options
| author | Stefan Monnier | 2008-04-09 03:34:19 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2008-04-09 03:34:19 +0000 |
| commit | 32bae13cf74b826b6ec2bc35074a68bd3ab6e40c (patch) | |
| tree | 1e9996aba93e838f5447e8c291bc220b1da30fec /src/Makefile.in | |
| parent | 5c4cc82aeb11c15e591ec0ad51225db6d384a338 (diff) | |
| download | emacs-32bae13cf74b826b6ec2bc35074a68bd3ab6e40c.tar.gz emacs-32bae13cf74b826b6ec2bc35074a68bd3ab6e40c.zip | |
* lisp/minibuffer.el: New file.
* src/minibuf.c (last_exact_completion): Remove variable.
(Fdelete_minibuffer_contents, do_completion, Fminibuffer_complete)
(complete_and_exit_1, complete_and_exit_2)
(Fminibuffer_complete_and_exit, Fminibuffer_complete_word)
(Fdisplay_completion_list, display_completion_list_1)
(Fminibuffer_completion_help, Fself_insert_and_exit)
(Fexit_minibuffer, Fminibuffer_message): Move functions to minibuffer.el.
(syms_of_minibuf): Remove corresponding initializations.
Diffstat (limited to 'src/Makefile.in')
| -rw-r--r-- | src/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 8c6002457ed..4ed0b19ed5f 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -783,6 +783,7 @@ lisp= \ | |||
| 783 | ${lispsource}register.elc \ | 783 | ${lispsource}register.elc \ |
| 784 | ${lispsource}replace.elc \ | 784 | ${lispsource}replace.elc \ |
| 785 | ${lispsource}simple.elc \ | 785 | ${lispsource}simple.elc \ |
| 786 | ${lispsource}minibuffer.elc \ | ||
| 786 | ${lispsource}startup.elc \ | 787 | ${lispsource}startup.elc \ |
| 787 | ${lispsource}subr.elc \ | 788 | ${lispsource}subr.elc \ |
| 788 | ${lispsource}term/tty-colors.elc \ | 789 | ${lispsource}term/tty-colors.elc \ |
| @@ -873,6 +874,7 @@ shortlisp= \ | |||
| 873 | ../lisp/register.elc \ | 874 | ../lisp/register.elc \ |
| 874 | ../lisp/replace.elc \ | 875 | ../lisp/replace.elc \ |
| 875 | ../lisp/simple.elc \ | 876 | ../lisp/simple.elc \ |
| 877 | ../lisp/minibuffer.elc \ | ||
| 876 | ../lisp/startup.elc \ | 878 | ../lisp/startup.elc \ |
| 877 | ../lisp/subr.elc \ | 879 | ../lisp/subr.elc \ |
| 878 | ../lisp/term/tty-colors.elc \ | 880 | ../lisp/term/tty-colors.elc \ |