diff options
| author | Luc Teirlinck | 2004-11-17 01:41:52 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2004-11-17 01:41:52 +0000 |
| commit | 802c6e56829f7d7ac9b6312e5c97066874d0e461 (patch) | |
| tree | 6c02a576ed6201a7b2773ca162061f2c5e48183c /src | |
| parent | 78e7b91f176535ca99647555a519652d4f289b44 (diff) | |
| download | emacs-802c6e56829f7d7ac9b6312e5c97066874d0e461.tar.gz emacs-802c6e56829f7d7ac9b6312e5c97066874d0e461.zip | |
(message3): Call clear_message.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/xdisp.c | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 0e815365c7c..f647ecfb5dc 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2004-11-16 Luc Teirlinck <teirllm@auburn.edu> | ||
| 2 | |||
| 3 | * xdisp.c (message3): Call clear_message. | ||
| 4 | |||
| 1 | 2004-11-17 Kim F. Storm <storm@cua.dk> | 5 | 2004-11-17 Kim F. Storm <storm@cua.dk> |
| 2 | 6 | ||
| 3 | * xdisp.c (erase_phys_cursor): Adjust cursor row visible height. | 7 | * xdisp.c (erase_phys_cursor): Adjust cursor row visible height. |
diff --git a/src/xdisp.c b/src/xdisp.c index 2a9f3b6cd14..04851288e46 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -6703,6 +6703,7 @@ message3 (m, nbytes, multibyte) | |||
| 6703 | struct gcpro gcpro1; | 6703 | struct gcpro gcpro1; |
| 6704 | 6704 | ||
| 6705 | GCPRO1 (m); | 6705 | GCPRO1 (m); |
| 6706 | clear_message (1,1); | ||
| 6706 | 6707 | ||
| 6707 | /* First flush out any partial line written with print. */ | 6708 | /* First flush out any partial line written with print. */ |
| 6708 | message_log_maybe_newline (); | 6709 | message_log_maybe_newline (); |