From d018d4737dbc5eedf43db9a1b9ac2ba7750d0501 Mon Sep 17 00:00:00 2001 From: ueno Date: Thu, 2 May 2002 02:27:45 +0000 Subject: [PATCH] * lsdb.el (lsdb-show-buffer): Force set lsdb-pop-up-windows to t. --- lsdb.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lsdb.el b/lsdb.el index c5fcbab..10aeb73 100644 --- 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) -- 1.7.10.4