; * lisp/speedbar.el (speedbar-frame-or-window): Quote arg (bug#80392).
This commit is contained in:
committed by
F. Jason Park
parent
3a2a095dff
commit
94e4caca60
@@ -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)))
|
||||
|
||||
Reference in New Issue
Block a user