From fcd69a29888e9e578169961dae3eee350616fd1d Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Fri, 8 Jun 2007 20:11:04 +0000 Subject: [PATCH] (cmd_error_internal): Use empty_unibyte_string. --- src/keyboard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/keyboard.c b/src/keyboard.c index ab2d50ad0ea..1837958dcfd 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -1249,7 +1249,7 @@ cmd_error_internal (data, context) /* Use user's specified output function if any. */ if (!NILP (Vcommand_error_function)) call3 (Vcommand_error_function, data, - build_string (context ? context : ""), + context ? build_string (context) : empty_unibyte_string, Vsignaling_function); /* If the window system or terminal frame hasn't been initialized yet, or we're not interactive, write the message to stderr and exit. */ -- 2.39.2