1
0
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:
Richard M. Stallman 2005-01-21 00:32:36 +00:00
parent 7f3e88596f
commit 674a954a1d

View File

@ -3135,7 +3135,7 @@ usage: (message STRING &rest ARGS) */)
&& SBYTES (args[0]) == 0))
{
message (0);
return Qnil;
return args[0];
}
else
{