]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fmessage): If arg is "", return "" (as before).
authorRichard M. Stallman <rms@gnu.org>
Fri, 21 Jan 2005 00:32:36 +0000 (00:32 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 21 Jan 2005 00:32:36 +0000 (00:32 +0000)
src/editfns.c

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