diff options
| author | John Wiegley | 2001-03-20 20:26:13 +0000 |
|---|---|---|
| committer | John Wiegley | 2001-03-20 20:26:13 +0000 |
| commit | 341c19b9d0b4f3376a221d4eabba6b369f644ad5 (patch) | |
| tree | f2c573239681e20be4a651449329db3960d6518b /lisp/pcvs-util.el | |
| parent | 7194219dd32abc3d6e35cb5acd18f3a34c2cec67 (diff) | |
| download | emacs-341c19b9d0b4f3376a221d4eabba6b369f644ad5.tar.gz emacs-341c19b9d0b4f3376a221d4eabba6b369f644ad5.zip | |
See ChangeLog
Diffstat (limited to 'lisp/pcvs-util.el')
| -rw-r--r-- | lisp/pcvs-util.el | 4 |
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 @@ | |||
| 5 | 5 | ||
| 6 | ;; Author: Stefan Monnier <monnier@cs.yale.edu> | 6 | ;; Author: Stefan Monnier <monnier@cs.yale.edu> |
| 7 | ;; Keywords: pcl-cvs | 7 | ;; Keywords: pcl-cvs |
| 8 | ;; Revision: $Id: pcvs-util.el,v 1.9 2001/01/09 13:12:04 gerd Exp $ | 8 | ;; Revision: $Id: pcvs-util.el,v 1.10 2001/03/07 00:19:08 monnier Exp $ |
| 9 | 9 | ||
| 10 | ;; This file is part of GNU Emacs. | 10 | ;; This file is part of GNU Emacs. |
| 11 | 11 | ||
| @@ -125,7 +125,7 @@ BUF is assumed to be a temporary buffer used from the buffer MAINBUF." | |||
| 125 | (if (and mainbuf (get-buffer-window mainbuf)) | 125 | (if (and mainbuf (get-buffer-window mainbuf)) |
| 126 | ;; FIXME: if the buffer popped into a pre-existing window, | 126 | ;; FIXME: if the buffer popped into a pre-existing window, |
| 127 | ;; we don't want to delete that window. | 127 | ;; we don't want to delete that window. |
| 128 | ;;(delete-window win) | 128 | t ;;(delete-window win) |
| 129 | )))) | 129 | )))) |
| 130 | (with-current-buffer buf | 130 | (with-current-buffer buf |
| 131 | (bury-buffer (unless (and (eq buf (window-buffer (selected-window))) | 131 | (bury-buffer (unless (and (eq buf (window-buffer (selected-window))) |