branch: elpa/hyperdrive
commit dfbeeae2c90e9e93c1c179b682e76bc3fad028e6
Author: Adam Porter <a...@alphapapa.net>
Commit: Adam Porter <a...@alphapapa.net>

    Fix: (hyperdrive-history-find-file-other-window) Display buffer action
---
 hyperdrive-history.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hyperdrive-history.el b/hyperdrive-history.el
index fcd1ea2233..130e6d8994 100644
--- a/hyperdrive-history.el
+++ b/hyperdrive-history.el
@@ -293,7 +293,7 @@ buffer."
   (interactive (list (hyperdrive-history-range-entry-at-point)))
   (hyperdrive-history-find-file
    range-entry :then (lambda ()
-                       (pop-to-buffer (current-buffer) 
'(display-buffer-other-window)))))
+                       (pop-to-buffer (current-buffer) t))))
 
 (declare-function hyperdrive-view-file "hyperdrive")
 (defun hyperdrive-history-view-file (range-entry)

Reply via email to