summaryrefslogtreecommitdiff
path: root/helm-regexp.el
diff options
context:
space:
mode:
authorPierre Neidhardt <ambrevar@gmail.com>2017-10-02 10:18:06 +0100
committerPierre Neidhardt <ambrevar@gmail.com>2017-10-02 10:18:06 +0100
commit7b852880cf05f10851cb2df24397d04bcf1471ae (patch)
treeb4e1ea27f8d34d098a4e6ff6db7d42c0de881e50 /helm-regexp.el
parent6f20c49b27efc9ed85ccf867a67d28463c05be9d (diff)
Refector some window- and buffer-related functions
Diffstat (limited to 'helm-regexp.el')
-rw-r--r--helm-regexp.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/helm-regexp.el b/helm-regexp.el
index f0251b33..8530c455 100644
--- a/helm-regexp.el
+++ b/helm-regexp.el
@@ -287,7 +287,7 @@ arg METHOD can be one of buffer, buffer-other-window, buffer-other-frame."
(split-pat (helm-mm-split-pattern helm-input)))
(cl-case method
(buffer (switch-to-buffer buf))
- (buffer-other-window (helm-display-buffers-other-windows buf))
+ (buffer-other-window (helm-buffer-switch-buffers-other-window buf))
(buffer-other-frame (switch-to-buffer-other-frame buf)))
(with-current-buffer buf
(helm-goto-line lineno)