diff options
| -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) |