emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/lisp finder.el


From: Chong Yidong
Subject: [Emacs-diffs] emacs/lisp finder.el
Date: Sun, 08 Mar 2009 19:54:32 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      09/03/08 19:54:32

Modified files:
        lisp           : finder.el 

Log message:
        (finder-commentary): Don't delete other windows (Bug#2291).

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/finder.el?cvsroot=emacs&r1=1.81&r2=1.82

Patches:
Index: finder.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/finder.el,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -b -r1.81 -r1.82
--- finder.el   5 Jan 2009 03:19:10 -0000       1.81
+++ finder.el   8 Mar 2009 19:54:32 -0000       1.82
@@ -286,7 +286,6 @@
     (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)




reply via email to

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