emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/finder.el


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/finder.el
Date: Mon, 02 Dec 2002 10:49:41 -0500

Index: emacs/lisp/finder.el
diff -c emacs/lisp/finder.el:1.51 emacs/lisp/finder.el:1.52
*** emacs/lisp/finder.el:1.51   Thu Oct 10 11:04:41 2002
--- emacs/lisp/finder.el        Sun Nov 17 23:56:45 2002
***************
*** 273,279 ****
    (let* ((str (lm-commentary (find-library-name file))))
      (if (null str)
        (error "Can't find any Commentary section"))
!     (pop-to-buffer "*Finder*")
      (setq buffer-read-only nil)
      (erase-buffer)
      (insert str)
--- 273,281 ----
    (let* ((str (lm-commentary (find-library-name file))))
      (if (null str)
        (error "Can't find any Commentary section"))
!     ;; This used to use *Finder* but that would clobber the
!     ;; directory of categories.
!     (pop-to-buffer "*Finder-package*")
      (setq buffer-read-only nil)
      (erase-buffer)
      (insert str)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]