; * lisp/speedbar.el (speedbar-frame-or-window): Quote arg (bug#80392).

This commit is contained in:
Matthias Meulien
2026-02-22 20:12:56 +01:00
committed by F. Jason Park
parent 3a2a095dff
commit 94e4caca60

View File

@@ -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)))