(ebrowse-view/find-file-and-search-pattern):
authorGerd Moellmann <gerd@gnu.org>
Thu, 7 Mar 2002 11:26:09 +0000 (11:26 +0000)
committerGerd Moellmann <gerd@gnu.org>
Thu, 7 Mar 2002 11:26:09 +0000 (11:26 +0000)
Use the other-window instead of the other-frame functions when
the window is dedicated.

lisp/progmodes/ebrowse.el

index b5799b3..5d191d8 100644 (file)
@@ -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)