Mercurial > emacs
changeset 46317:92d71ae14d0f
(print_error_message): Don't handle Vsignaling_function here.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 12 Jul 2002 11:19:09 +0000 |
parents | 06bf5ed360fd |
children | e3f0fe8c555a |
files | src/print.c |
diffstat | 1 files changed, 0 insertions(+), 10 deletions(-) [+] |
line wrap: on
line diff
--- 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))