feedback: raise the level of "Macro is empty", to match similar messages

The other three "... is empty" messages use the AHEM error level too.
This commit is contained in:
Benno Schulenberg 2024-03-26 11:24:57 +01:00
parent 6351dab3e6
commit c3a9578b82

View File

@ -125,7 +125,7 @@ void run_macro(void)
}
if (macro_length == 0) {
statusline(REMARK, _("Macro is empty"));
statusline(AHEM, _("Macro is empty"));
return;
}