diff options
| author | Richard M. Stallman | 2002-07-01 07:50:37 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-07-01 07:50:37 +0000 |
| commit | 8db426c786b66e94041a692ef18e301afc6ba913 (patch) | |
| tree | 5275bce9cb75377dda7e873041f0db51c22d1736 /src | |
| parent | aebd1760c029fdbeb0ceeb0f48a939226908cc63 (diff) | |
| download | emacs-8db426c786b66e94041a692ef18e301afc6ba913.tar.gz emacs-8db426c786b66e94041a692ef18e301afc6ba913.zip | |
(Fminibuffer_complete_and_exit): Move to end of buffer for completion.
Diffstat (limited to 'src')
| -rw-r--r-- | src/minibuf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/minibuf.c b/src/minibuf.c index 3d9451b2bc9..f4aeb0f8c38 100644 --- a/src/minibuf.c +++ b/src/minibuf.c | |||
| @@ -1861,6 +1861,7 @@ a repetition of this command will exit. */) | |||
| 1861 | goto exit; | 1861 | goto exit; |
| 1862 | 1862 | ||
| 1863 | /* Call do_completion, but ignore errors. */ | 1863 | /* Call do_completion, but ignore errors. */ |
| 1864 | SET_PT (ZV); | ||
| 1864 | val = internal_condition_case (complete_and_exit_1, Qerror, | 1865 | val = internal_condition_case (complete_and_exit_1, Qerror, |
| 1865 | complete_and_exit_2); | 1866 | complete_and_exit_2); |
| 1866 | 1867 | ||