branch: externals/dape commit 05adad637c0b3a9e70a35bba13625ca5208cf6c7 Author: Daniel Pettersson <dan...@dpettersson.net> Commit: Daniel Pettersson <dan...@dpettersson.net>
Clarify repl no input message --- dape.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dape.el b/dape.el index 531f1257fb..e15d1448f8 100644 --- a/dape.el +++ b/dape.el @@ -4484,7 +4484,7 @@ Called by `comint-input-sender' in `dape-repl-mode'." ((and (string-empty-p input) (not (string-empty-p (car (ring-elements comint-input-ring))))) (when-let ((last (car (ring-elements comint-input-ring)))) - (message "Using last command %s" last) + (message "Repeating last input `%s'" last) (dape--repl-input-sender dummy-process last))) ;; Run command from `dape-named-commands' ((pcase-let* ((`(,cmd . ,args)