aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes
diff options
context:
space:
mode:
authorGerd Moellmann <[email protected]>2002-03-07 11:26:09 +0000
committerGerd Moellmann <[email protected]>2002-03-07 11:26:09 +0000
commit5bc2ca836272fd5db7ff407d57a0268801d58bde (patch)
treeac8096738e7dbf5a0504e10d20d7309351709891 /lisp/progmodes
parentd88c544942eb79f8ed3bfdeb589d3b8fcbda4018 (diff)
(ebrowse-view/find-file-and-search-pattern):
Use the other-window instead of the other-frame functions when the window is dedicated.
Diffstat (limited to 'lisp/progmodes')
-rw-r--r--lisp/progmodes/ebrowse.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/ebrowse.el b/lisp/progmodes/ebrowse.el
index b5799b368b..5d191d8608 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)