aboutsummaryrefslogtreecommitdiffstats
path: root/dispass.el
diff options
context:
space:
mode:
Diffstat (limited to 'dispass.el')
-rw-r--r--dispass.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/dispass.el b/dispass.el
index 1081b83..1ac4069 100644
--- a/dispass.el
+++ b/dispass.el
@@ -231,7 +231,7 @@ an eye out for LABEL."
(dispass-labels-mode)
(dispass-labels--refresh)
(tabulated-list-print))
- (display-buffer buffer))
+ (switch-to-buffer-other-window buffer))
nil)
(provide 'dispass)