diff options
| author | Richard M. Stallman | 2002-07-12 11:19:24 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-07-12 11:19:24 +0000 |
| commit | a8fda945006c87d82f6a1acdaf259eb43f7f375f (patch) | |
| tree | 8219e86648afea11a5c91ba068a5fb9198ee4e94 /src/print.c | |
| parent | 10ffcb6423b7d6f664cbe22c95ce54d9e598dceb (diff) | |
| download | emacs-a8fda945006c87d82f6a1acdaf259eb43f7f375f.tar.gz emacs-a8fda945006c87d82f6a1acdaf259eb43f7f375f.zip | |
(print_error_message): Don't handle Vsignaling_function here.
Diffstat (limited to 'src/print.c')
| -rw-r--r-- | src/print.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/print.c b/src/print.c index 90d55615bc7..1a68eaa9942 100644 --- a/src/print.c +++ b/src/print.c | |||
| @@ -967,16 +967,6 @@ print_error_message (data, stream) | |||
| 967 | tail = Fcdr_safe (data); | 967 | tail = Fcdr_safe (data); |
| 968 | GCPRO1 (tail); | 968 | GCPRO1 (tail); |
| 969 | 969 | ||
| 970 | /* If we know from where the error was signaled, show it in | ||
| 971 | *Messages*. */ | ||
| 972 | if (!NILP (Vsignaling_function) && SYMBOLP (Vsignaling_function)) | ||
| 973 | { | ||
| 974 | char *name = XSTRING (SYMBOL_NAME (Vsignaling_function))->data; | ||
| 975 | message_dolog (name, strlen (name), 0, 0); | ||
| 976 | message_dolog (": ", 2, 0, 0); | ||
| 977 | Vsignaling_function = Qnil; | ||
| 978 | } | ||
| 979 | |||
| 980 | /* For file-error, make error message by concatenating | 970 | /* For file-error, make error message by concatenating |
| 981 | all the data items. They are all strings. */ | 971 | all the data items. They are all strings. */ |
| 982 | if (!NILP (file_error) && CONSP (tail)) | 972 | if (!NILP (file_error) && CONSP (tail)) |