* xdisp.c (set_message): Only check for debug-on-message if STRING
is a string.
+2013-02-24 Andreas Schwab <schwab@linux-m68k.org>
+
+ * xdisp.c (set_message): Only check for debug-on-message if STRING
+ is a string. (Bug#13797)
+
2013-02-24 Paul Eggert <eggert@cs.ucla.edu>
Fix regression introduced by July 10 filelock.c patch.
help_echo_showing_p = 0;
if (STRINGP (Vdebug_on_message)
+ && STRINGP (string)
&& fast_string_match (Vdebug_on_message, string) >= 0)
call_debugger (list2 (Qerror, string));
}