X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/26e06f4464c58704889bdc536edc25b73e8c0179..36fc09321bce7286ce378c45382a0a4773d69a9d:/lisp/finder.el diff --git a/lisp/finder.el b/lisp/finder.el index e72424a74d..cb9b0eea6a 100644 --- a/lisp/finder.el +++ b/lisp/finder.el @@ -1,7 +1,7 @@ ;;; finder.el --- topic & keyword-based code finder ;; Copyright (C) 1992, 1997, 1998, 1999, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007, 2008 Free Software Foundation, Inc. +;; 2006, 2007, 2008, 2009 Free Software Foundation, Inc. ;; Author: Eric S. Raymond ;; Created: 16 Jun 1992 @@ -286,7 +286,6 @@ FILE should be in a form suitable for passing to `locate-library'." (or str (error "Can't find any Commentary section")) ;; This used to use *Finder* but that would clobber the ;; directory of categories. - (delete-other-windows) (pop-to-buffer "*Finder-package*") (setq buffer-read-only nil buffer-undo-list t)