From: Gerd Moellmann Date: Thu, 7 Mar 2002 11:26:09 +0000 (+0000) Subject: (ebrowse-view/find-file-and-search-pattern): X-Git-Tag: ttn-vms-21-2-B4~16292 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5bc2ca836272fd5db7ff407d57a0268801d58bde;p=emacs.git (ebrowse-view/find-file-and-search-pattern): Use the other-window instead of the other-frame functions when the window is dedicated. --- 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)