mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-06-14 04:21:24 +00:00
; * lisp/speedbar.el (speedbar-frame-or-window): Quote arg (bug#80392).
This commit is contained in:
parent
3a2a095dff
commit
94e4caca60
1 changed files with 1 additions and 1 deletions
|
|
@ -1050,7 +1050,7 @@ Return nil if both are closed."
|
|||
((and (frame-live-p (speedbar-current-frame))
|
||||
speedbar-buffer
|
||||
(buffer-live-p speedbar-buffer)
|
||||
(buffer-local-value dframe-controlled speedbar-buffer)
|
||||
(buffer-local-value 'dframe-controlled speedbar-buffer)
|
||||
(not (speedbar-window--live-p)))
|
||||
'frame)
|
||||
(t nil)))
|
||||
|
|
|
|||
Loading…
Reference in a new issue