diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xdisp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xdisp.c b/src/xdisp.c index 4a0ea5778ba..dedd4bcaeea 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -13405,7 +13405,7 @@ clear_message (bool current_p, bool last_displayed_p) | |||
| 13405 | { | 13405 | { |
| 13406 | Lisp_Object preserve = Qnil; | 13406 | Lisp_Object preserve = Qnil; |
| 13407 | 13407 | ||
| 13408 | if (current_p) | 13408 | if (current_p && !inhibit_message) |
| 13409 | { | 13409 | { |
| 13410 | if (FUNCTIONP (Vclear_message_function) | 13410 | if (FUNCTIONP (Vclear_message_function) |
| 13411 | /* FIXME: (bug#63253) Same as for `set-message-function` above. */ | 13411 | /* FIXME: (bug#63253) Same as for `set-message-function` above. */ |