# HG changeset patch # User Gerd Moellmann # Date 1015500369 0 # Node ID 29f787bccb844d0176b4e6f31559b7fab7c0bf59 # Parent 761b292721d0bd9960c0eac2b0b6bb6766a01b90 (ebrowse-view/find-file-and-search-pattern): Use the other-window instead of the other-frame functions when the window is dedicated. diff -r 761b292721d0 -r 29f787bccb84 lisp/progmodes/ebrowse.el --- a/lisp/progmodes/ebrowse.el Thu Mar 07 00:02:55 2002 +0000 +++ b/lisp/progmodes/ebrowse.el Thu Mar 07 11:26:09 2002 +0000 @@ -1675,7 +1675,7 @@ (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)