Skip to content

Commit ab96fc8

Browse files
authored
fix: compile warning
1 parent 998fab6 commit ab96fc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dap-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -811,7 +811,7 @@ will be reversed."
811811
(--> debug-session (dap--debug-session-remote-to-local-path-fn it) (funcall it remote-path)))))
812812

813813
(defun dap--selected-frame ()
814-
"Select the 'main' frame when we have a utility/subframe selected"
814+
"Select the `main' frame when we have a utility/subframe selected."
815815
(cl-labels ((helper (f)
816816
(let ((parent-frame (frame-parameter f 'parent-frame)))
817817
(if parent-frame

0 commit comments

Comments
 (0)