summaryrefslogtreecommitdiff
path: root/gnosis.el
diff options
context:
space:
mode:
Diffstat (limited to 'gnosis.el')
-rw-r--r--gnosis.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnosis.el b/gnosis.el
index 11a576b..f851263 100644
--- a/gnosis.el
+++ b/gnosis.el
@@ -1042,7 +1042,7 @@ Used to reveal all clozes left with `gnosis-face-cloze-unanswered' face."
(func-name (intern (format "gnosis-review-%s" (downcase type)))))
(if (fboundp func-name)
(progn
- (pop-to-buffer (get-buffer-create "*gnosis*"))
+ (pop-to-buffer-same-window (get-buffer-create "*gnosis*"))
(gnosis-mode)
(funcall func-name id))
(error "Malformed note type: '%s'" type))))