mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-21 18:23:59 +00:00
(Fmessage): If arg is "", return "" (as before).
This commit is contained in:
parent
7f3e88596f
commit
674a954a1d
@ -3135,7 +3135,7 @@ usage: (message STRING &rest ARGS) */)
|
||||
&& SBYTES (args[0]) == 0))
|
||||
{
|
||||
message (0);
|
||||
return Qnil;
|
||||
return args[0];
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user