summaryrefslogtreecommitdiff
path: root/helm-regexp.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2017-09-17 05:40:06 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2017-09-17 05:40:06 +0200
commita80aeccb7ad61c4eb57248d423265713e335070d (patch)
tree249006eeb3ed782ed2aa64335faea9b5504c8e23 /helm-regexp.el
parent0441acf0eef01205c71b7c40123a7425278b49c1 (diff)
Rename helm-switch-to-buffers-other-window
to helm-display-buffers-other-windows. * helm-buffers.el (helm-buffer-switch-other-window): Do it. * helm-regexp.el (helm-moccur-action): Do it. * helm-types.el (helm-type-buffer-actions): Do it. * helm-utils.el (helm-display-buffers-other-windows): Do it.
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 9b152e68..f0251b33 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-switch-to-buffers-other-window buf))
+ (buffer-other-window (helm-display-buffers-other-windows buf))
(buffer-other-frame (switch-to-buffer-other-frame buf)))
(with-current-buffer buf
(helm-goto-line lineno)