# HG changeset patch # User Richard M. Stallman # Date 1026472749 0 # Node ID 92d71ae14d0fef62a4cdc68b97b72dc24ce962a6 # Parent 06bf5ed360fde62b9f7c2b545d40b75704ce2e35 (print_error_message): Don't handle Vsignaling_function here. diff -r 06bf5ed360fd -r 92d71ae14d0f src/print.c --- a/src/print.c Fri Jul 12 11:18:36 2002 +0000 +++ b/src/print.c Fri Jul 12 11:19:09 2002 +0000 @@ -967,16 +967,6 @@ tail = Fcdr_safe (data); GCPRO1 (tail); - /* If we know from where the error was signaled, show it in - *Messages*. */ - if (!NILP (Vsignaling_function) && SYMBOLP (Vsignaling_function)) - { - char *name = XSTRING (SYMBOL_NAME (Vsignaling_function))->data; - message_dolog (name, strlen (name), 0, 0); - message_dolog (": ", 2, 0, 0); - Vsignaling_function = Qnil; - } - /* For file-error, make error message by concatenating all the data items. They are all strings. */ if (!NILP (file_error) && CONSP (tail))