summaryrefslogtreecommitdiff
path: root/lisp/pcvs-util.el
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2001-03-20 20:26:13 +0000
committerJohn Wiegley <johnw@newartisans.com>2001-03-20 20:26:13 +0000
commit341c19b9d0b4f3376a221d4eabba6b369f644ad5 (patch)
treef2c573239681e20be4a651449329db3960d6518b /lisp/pcvs-util.el
parent7194219dd32abc3d6e35cb5acd18f3a34c2cec67 (diff)
downloademacs-341c19b9d0b4f3376a221d4eabba6b369f644ad5.tar.gz
See ChangeLog
Diffstat (limited to 'lisp/pcvs-util.el')
-rw-r--r--lisp/pcvs-util.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/pcvs-util.el b/lisp/pcvs-util.el
index 89506ecd7c8..b3fea977636 100644
--- a/lisp/pcvs-util.el
+++ b/lisp/pcvs-util.el
@@ -5,7 +5,7 @@
;; Author: Stefan Monnier <monnier@cs.yale.edu>
;; Keywords: pcl-cvs
-;; Revision: $Id: pcvs-util.el,v 1.9 2001/01/09 13:12:04 gerd Exp $
+;; Revision: $Id: pcvs-util.el,v 1.10 2001/03/07 00:19:08 monnier Exp $
;; This file is part of GNU Emacs.
@@ -125,7 +125,7 @@ BUF is assumed to be a temporary buffer used from the buffer MAINBUF."
(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.
- ;;(delete-window win)
+ t ;;(delete-window win)
))))
(with-current-buffer buf
(bury-buffer (unless (and (eq buf (window-buffer (selected-window)))