* lsdb.el (lsdb-show-buffer): Force set lsdb-pop-up-windows to t.
authorueno <ueno>
Thu, 2 May 2002 02:27:45 +0000 (02:27 +0000)
committerueno <ueno>
Thu, 2 May 2002 02:27:45 +0000 (02:27 +0000)
lsdb.el

diff --git a/lsdb.el b/lsdb.el
index c5fcbab..10aeb73 100644 (file)
--- a/lsdb.el
+++ b/lsdb.el
@@ -1090,7 +1090,8 @@ It partially emulates the GNU Emacs' of `quit-window'."
   "Show the LSDB window."
   (if (get-buffer lsdb-buffer-name)
       (if lsdb-temp-buffer-show-function
-         (funcall lsdb-temp-buffer-show-function lsdb-buffer-name)
+         (let ((lsdb-pop-up-windows t))
+           (funcall lsdb-temp-buffer-show-function lsdb-buffer-name))
        (pop-to-buffer lsdb-buffer-name))))
 
 (defun lsdb-toggle-buffer (&optional arg)