Skip to content

Commit

Permalink
Remove Y/N on quit from dape-repl
Browse files Browse the repository at this point in the history
  • Loading branch information
svaante committed Aug 16, 2024
1 parent 7b432a8 commit f596fc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dape.el
Original file line number Diff line number Diff line change
Expand Up @@ -4461,7 +4461,7 @@ Send INPUT to DUMMY-PROCESS."
;; `comint-input-sender'. Kill buffer with timer instead
;; to avoid error signal.
(if (eq 'dape-quit cmd)
(run-with-timer 0 nil 'dape-quit)
(run-with-timer 0 nil 'call-interactively #'dape-quit)
(call-interactively cmd)))
;; Evaluate expression
(t
Expand Down

0 comments on commit f596fc4

Please sign in to comment.