summaryrefslogtreecommitdiff
path: root/module/ice-9/debugger/command-loop.scm
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2010-06-19 12:57:31 +0200
committerAndy Wingo <wingo@pobox.com>2010-06-19 12:57:31 +0200
commitd8158b837ed950c37cf33bddcd87464d4495d058 (patch)
treeb1b2f77d25ee1701524dd9c64ef82ffcaa9581c1 /module/ice-9/debugger/command-loop.scm
parentbfccdcd53006c1e74676e48d338349e4119b0af9 (diff)
downloadguile-d8158b837ed950c37cf33bddcd87464d4495d058.tar.gz
deprecate save-stack, stack-saved?
* module/Makefile.am: * module/ice-9/boot-9.scm: * module/ice-9/save-stack.scm (stack-saved?, save-stack): Move these bindings to their own module. * module/oop/goops.scm (goops-error): * module/ice-9/boot-9.scm (error, top-repl): Remove calls to save-stack. * module/ice-9/deprecated.scm (stack-saved?, save-stack): Add deprecated shims. * module/ice-9/emacs.scm: * module/ice-9/stack-catch.scm: * module/ice-9/debugger/command-loop.scm: * module/ice-9/scm-style-repl.scm: Import (ice-9 save-stack).
Diffstat (limited to 'module/ice-9/debugger/command-loop.scm')
-rw-r--r--module/ice-9/debugger/command-loop.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/module/ice-9/debugger/command-loop.scm b/module/ice-9/debugger/command-loop.scm
index 5b38255db..b58952dcd 100644
--- a/module/ice-9/debugger/command-loop.scm
+++ b/module/ice-9/debugger/command-loop.scm
@@ -21,6 +21,7 @@
#:use-module (ice-9 debugger)
#:use-module (ice-9 debugger state)
#:use-module (ice-9 debugging traps)
+ #:use-module (ice-9 save-stack)
#:export (debugger-command-loop
debugger-command-loop-error
debugger-command-loop-quit)