Mercurial > emacs
diff lisp/progmodes/ebrowse.el @ 43763:29f787bccb84
(ebrowse-view/find-file-and-search-pattern):
Use the other-window instead of the other-frame functions when
the window is dedicated.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Thu, 07 Mar 2002 11:26:09 +0000 |
parents | be541feb06cc |
children | 1ba74303cdcb |
line wrap: on
line diff
--- 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)