Variable: org-speedbar-restriction-lock-overlay
org-speedbar-restriction-lock-overlay is a variable defined in
org-compat.el.
Value
#<overlay in no buffer>
Documentation
Overlay marking the agenda restriction line in speedbar.
Source Code
;; Defined in ~/.emacs.d/elpa/org-9.8.2/org-compat.el
;;;; Speedbar
(defvar org-speedbar-restriction-lock-overlay (make-overlay 1 1)
"Overlay marking the agenda restriction line in speedbar.")