diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/minibuf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/minibuf.c b/src/minibuf.c index af8cfe33e37..9c56ea8618e 100644 --- a/src/minibuf.c +++ b/src/minibuf.c | |||
| @@ -2692,7 +2692,7 @@ temp_echo_area_glyphs (string) | |||
| 2692 | insert_from_string (string, 0, 0, SCHARS (string), SBYTES (string), 0); | 2692 | insert_from_string (string, 0, 0, SCHARS (string), SBYTES (string), 0); |
| 2693 | SET_PT_BOTH (opoint, opoint_byte); | 2693 | SET_PT_BOTH (opoint, opoint_byte); |
| 2694 | Vinhibit_quit = Qt; | 2694 | Vinhibit_quit = Qt; |
| 2695 | sit_for (2, 0, 0, Qt, Qt); | 2695 | sit_for (make_number (2), 0, 2); |
| 2696 | del_range_both (osize, osize_byte, ZV, ZV_BYTE, 1); | 2696 | del_range_both (osize, osize_byte, ZV, ZV_BYTE, 1); |
| 2697 | SET_PT_BOTH (opoint, opoint_byte); | 2697 | SET_PT_BOTH (opoint, opoint_byte); |
| 2698 | if (!NILP (Vquit_flag)) | 2698 | if (!NILP (Vquit_flag)) |