Skip to content

Commit

Permalink
Add missing function docs
Browse files Browse the repository at this point in the history
  • Loading branch information
svaante committed Nov 16, 2024
1 parent a820db9 commit ae71ddd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dape.el
Original file line number Diff line number Diff line change
Expand Up @@ -3042,6 +3042,8 @@ If there are breakpoints at current line remove those breakpoints from
(dape--breakpoint-broadcast-update (current-buffer)))

(defun dape--breakpoint-delete-overlay (breakpoint)
"Delete of BREAKPOINT overlay.
Handling restoring margin if necessary."
(let ((buffer-or-path (dape--breakpoint-buffer-or-path breakpoint)))
(when-let ((buffer (and (bufferp buffer-or-path) buffer-or-path)))
(delete-overlay (dape--breakpoint-overlay-or-cons breakpoint))
Expand Down

0 comments on commit ae71ddd

Please sign in to comment.