diff options
| author | Chong Yidong | 2009-03-08 19:54:32 +0000 |
|---|---|---|
| committer | Chong Yidong | 2009-03-08 19:54:32 +0000 |
| commit | 5ec9c7a4085e0c485bb00a35a65aa358e40faab7 (patch) | |
| tree | e5a67a76d319c982698237b2c29ca09bfcf2a872 | |
| parent | 7aad1c6236051ea6953cb90a1cf029fd8827b10c (diff) | |
| download | emacs-5ec9c7a4085e0c485bb00a35a65aa358e40faab7.tar.gz emacs-5ec9c7a4085e0c485bb00a35a65aa358e40faab7.zip | |
(finder-commentary): Don't delete other windows (Bug#2291).
| -rw-r--r-- | lisp/finder.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/finder.el b/lisp/finder.el index dd85d09d6da..cb9b0eea6ae 100644 --- a/lisp/finder.el +++ b/lisp/finder.el | |||
| @@ -286,7 +286,6 @@ FILE should be in a form suitable for passing to `locate-library'." | |||
| 286 | (or str (error "Can't find any Commentary section")) | 286 | (or str (error "Can't find any Commentary section")) |
| 287 | ;; This used to use *Finder* but that would clobber the | 287 | ;; This used to use *Finder* but that would clobber the |
| 288 | ;; directory of categories. | 288 | ;; directory of categories. |
| 289 | (delete-other-windows) | ||
| 290 | (pop-to-buffer "*Finder-package*") | 289 | (pop-to-buffer "*Finder-package*") |
| 291 | (setq buffer-read-only nil | 290 | (setq buffer-read-only nil |
| 292 | buffer-undo-list t) | 291 | buffer-undo-list t) |