emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/pcvs-util.el


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/pcvs-util.el
Date: Sat, 16 Oct 2004 11:43:01 -0400

Index: emacs/lisp/pcvs-util.el
diff -c emacs/lisp/pcvs-util.el:1.22 emacs/lisp/pcvs-util.el:1.23
*** emacs/lisp/pcvs-util.el:1.22        Tue Sep  7 04:53:31 2004
--- emacs/lisp/pcvs-util.el     Sat Oct 16 15:35:11 2004
***************
*** 104,114 ****
            (condition-case ()
                (delete-window win)
              (error (iconify-frame (window-frame win))))
!         (if (and mainbuf (get-buffer-window mainbuf))
!             ;; FIXME: if the buffer popped into a pre-existing window,
!             ;; we don't want to delete that window.
!             t ;;(delete-window win)
!             ))))
      (with-current-buffer buf
        (bury-buffer (unless (and (eq buf (window-buffer (selected-window)))
                                (not (window-dedicated-p (selected-window))))
--- 104,115 ----
            (condition-case ()
                (delete-window win)
              (error (iconify-frame (window-frame win))))
! ;;;     (if (and mainbuf (get-buffer-window mainbuf))
! ;;;         ;; FIXME: if the buffer popped into a pre-existing window,
! ;;;         ;; we don't want to delete that window.
! ;;;         t ;;(delete-window win)
! ;;;         )
!         )))
      (with-current-buffer buf
        (bury-buffer (unless (and (eq buf (window-buffer (selected-window)))
                                (not (window-dedicated-p (selected-window))))




reply via email to

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