projects
/
elisp
/
lsdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11072eb
)
* lsdb.el (lsdb-show-buffer): Force set lsdb-pop-up-windows to t.
author
ueno
<ueno>
Thu, 2 May 2002 02:27:45 +0000
(
02:27
+0000)
committer
ueno
<ueno>
Thu, 2 May 2002 02:27:45 +0000
(
02:27
+0000)
lsdb.el
patch
|
blob
|
history
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)