/[emacs]/emacs/lisp/progmodes/ebrowse.el
ViewVC logotype

Diff of /emacs/lisp/progmodes/ebrowse.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.10.4.1 by gerd, Wed Oct 24 12:39:12 2001 UTC revision 1.10.4.2 by gerd, Thu Mar 7 11:36:44 2002 UTC
# Line 1  Line 1 
1  ;;; ebrowse.el --- Emacs C++ class browser & tags facility  ;;; ebrowse.el --- Emacs C++ class browser & tags facility
2    
3  ;; Copyright (C) 1992, 93, 94, 95, 96, 97, 98, 99, 2000 Free Software Foundation Inc.  ;; Copyright (C) 1992, 93, 94, 95, 96, 97, 98, 99, 2000, 2001, 2002
4    ;;  Free Software Foundation Inc.
5    
6  ;; Author: Gerd Moellmann <gerd@gnu.org>  ;; Author: Gerd Moellmann <gerd@gnu.org>
7  ;; Maintainer: FSF  ;; Maintainer: FSF
# Line 1675  specifies where to find/view the result. Line 1676  specifies where to find/view the result.
1676    (setf file (ebrowse-find-source-file file tags-file-name))    (setf file (ebrowse-find-source-file file tags-file-name))
1677    ;; If current window is dedicated, use another frame.    ;; If current window is dedicated, use another frame.
1678    (when (window-dedicated-p (selected-window))    (when (window-dedicated-p (selected-window))
1679      (setf where 'other-frame))      (setf where 'other-window))
1680    (cond (view    (cond (view
1681           (setf ebrowse-temp-position-to-view struc           (setf ebrowse-temp-position-to-view struc
1682                 ebrowse-temp-info-to-view info)                 ebrowse-temp-info-to-view info)

Legend:
Removed from v.1.10.4.1  
changed lines
  Added in v.1.10.4.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26