1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-11 22:31:12 +02:00

Bugfix: arg-list --> args in error handler.

This commit is contained in:
Mikael Djurfeldt 1996-10-17 23:56:31 +00:00
parent 1bb961a353
commit c27659c87d

View file

@ -2076,7 +2076,7 @@
(newline cep)
(and after-backtrace-hook (after-backtrace-hook))))
(and before-error-hook (before-error-hook))
(apply display-error the-last-stack cep arg-list)
(apply display-error the-last-stack cep args)
(and after-error-hook (after-error-hook))
(force-output cep)
(throw 'abort key)))