summaryrefslogtreecommitdiff
path: root/elisp/geiser-debug.el
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2010-07-25 23:43:50 +0200
committerJose Antonio Ortega Ruiz <jao@gnu.org>2010-07-25 23:43:50 +0200
commit235543503d09a52a513054ed75ac2506b7ce87bf (patch)
treee75df482f8154e55a1a418fc38b5ccd4c2c09364 /elisp/geiser-debug.el
parent941d65165b3bce917d3bff9952e582800ccf2981 (diff)
downloadgeiser-chez-235543503d09a52a513054ed75ac2506b7ce87bf.tar.gz
geiser-chez-235543503d09a52a513054ed75ac2506b7ce87bf.tar.bz2
C-c z as a to and fro jump, plus documentation.
Diffstat (limited to 'elisp/geiser-debug.el')
-rw-r--r--elisp/geiser-debug.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/elisp/geiser-debug.el b/elisp/geiser-debug.el
index 46d4509..4c1f93e 100644
--- a/elisp/geiser-debug.el
+++ b/elisp/geiser-debug.el
@@ -72,7 +72,7 @@ non-null value.")
(module (geiser-eval--get-module)))
(if (eq key 'geiser-debugger)
(progn
- (switch-to-geiser)
+ (switch-to-geiser nil nil (current-buffer))
(geiser-debug--display-error impl module key output))
(geiser-debug--with-buffer
(erase-buffer)