diff options
| author | Kenichi Handa | 1997-11-27 08:15:40 +0000 |
|---|---|---|
| committer | Kenichi Handa | 1997-11-27 08:15:40 +0000 |
| commit | 8991bb31f831bcceff9e4aa22166bf47675e7540 (patch) | |
| tree | 49e40bedd0690427366c271131177a1d3678ed2a /src | |
| parent | c4a4e28fbd8e7707f46b0e1e60c6192a1c04547f (diff) | |
| download | emacs-8991bb31f831bcceff9e4aa22166bf47675e7540.tar.gz emacs-8991bb31f831bcceff9e4aa22166bf47675e7540.zip | |
(redisplay_preserve_echo_area): Declare it as void.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xdisp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xdisp.c b/src/xdisp.c index 33e6e9c70fd..506dfac5595 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -1379,6 +1379,7 @@ update: | |||
| 1379 | area to be cleared. See tracking_off and | 1379 | area to be cleared. See tracking_off and |
| 1380 | wait_reading_process_input for examples of these situations. */ | 1380 | wait_reading_process_input for examples of these situations. */ |
| 1381 | 1381 | ||
| 1382 | void | ||
| 1382 | redisplay_preserve_echo_area () | 1383 | redisplay_preserve_echo_area () |
| 1383 | { | 1384 | { |
| 1384 | if (echo_area_glyphs == 0 && previous_echo_glyphs != 0) | 1385 | if (echo_area_glyphs == 0 && previous_echo_glyphs != 0) |