# HG changeset patch # User Juanma Barranquero # Date 1181333464 0 # Node ID 99d1af64a54402a5021b83a8db1ab6dc8aeb0cbe # Parent 323c37a99c44ce77c5b03c0ac4d943b0687b68ad (cmd_error_internal): Use empty_unibyte_string. diff -r 323c37a99c44 -r 99d1af64a544 src/keyboard.c --- a/src/keyboard.c Fri Jun 08 20:10:01 2007 +0000 +++ b/src/keyboard.c Fri Jun 08 20:11:04 2007 +0000 @@ -1249,7 +1249,7 @@ /* 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. */