From 5bc2ca836272fd5db7ff407d57a0268801d58bde Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Thu, 7 Mar 2002 11:26:09 +0000 Subject: [PATCH] (ebrowse-view/find-file-and-search-pattern): Use the other-window instead of the other-frame functions when the window is dedicated. --- lisp/progmodes/ebrowse.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/progmodes/ebrowse.el b/lisp/progmodes/ebrowse.el index b5799b368b4..5d191d86082 100644 --- a/lisp/progmodes/ebrowse.el +++ b/lisp/progmodes/ebrowse.el @@ -1675,7 +1675,7 @@ specifies where to find/view the result." (setf file (ebrowse-find-source-file file tags-file-name)) ;; If current window is dedicated, use another frame. (when (window-dedicated-p (selected-window)) - (setf where 'other-frame)) + (setf where 'other-window)) (cond (view (setf ebrowse-temp-position-to-view struc ebrowse-temp-info-to-view info) -- 2.39.2