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:
parent
1bb961a353
commit
c27659c87d
1 changed files with 1 additions and 1 deletions
|
@ -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)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue