branch: elpa/doc-show-inline commit 2c23259d400d618018952581a22db5bdbac4768d Author: Campbell Barton <ideasma...@gmail.com> Commit: Campbell Barton <ideasma...@gmail.com>
Cleanup: quiet byte code compiler warning --- doc-show-inline.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc-show-inline.el b/doc-show-inline.el index f8ce9ee1bd..6f8cd22aea 100644 --- a/doc-show-inline.el +++ b/doc-show-inline.el @@ -704,7 +704,7 @@ XREF-BACKEND is the back-end used to find this symbol." "Handle all queued ranges." (declare (important-return-value nil)) ;; First remove any overlays. - (when-let ((overlays-in-view (doc-show-inline--idle-overlays (point-min) (point-max)))) + (when-let* ((overlays-in-view (doc-show-inline--idle-overlays (point-min) (point-max)))) (let ((overlays-beg (point-max)) (overlays-end (point-min)))