emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/progmodes/ebrowse.el


From: Gerd Moellmann
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/ebrowse.el
Date: Thu, 07 Mar 2002 06:26:12 -0500

Index: emacs/lisp/progmodes/ebrowse.el
diff -c emacs/lisp/progmodes/ebrowse.el:1.14 
emacs/lisp/progmodes/ebrowse.el:1.15
*** emacs/lisp/progmodes/ebrowse.el:1.14        Sun Jan 13 05:05:37 2002
--- emacs/lisp/progmodes/ebrowse.el     Thu Mar  7 06:26:09 2002
***************
*** 1675,1681 ****
    (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))
    (cond (view
         (setf ebrowse-temp-position-to-view struc
               ebrowse-temp-info-to-view info)
--- 1675,1681 ----
    (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-window))
    (cond (view
         (setf ebrowse-temp-position-to-view struc
               ebrowse-temp-info-to-view info)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]