diff options
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 | ||