emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/dape d4c0e82d20 5/9: Move separator newline to `dape-re


From: ELPA Syncer
Subject: [elpa] externals/dape d4c0e82d20 5/9: Move separator newline to `dape-repl-mode'
Date: Wed, 6 Mar 2024 09:57:40 -0500 (EST)

branch: externals/dape
commit d4c0e82d203ff556fa0a914fef5a7c5d05304233
Author: Daniel Pettersson <daniel@dpettersson.net>
Commit: Daniel Pettersson <daniel@dpettersson.net>

    Move separator newline to `dape-repl-mode'
---
 dape.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dape.el b/dape.el
index 32fd4946f3..11c33e5eef 100644
--- a/dape.el
+++ b/dape.el
@@ -1830,7 +1830,6 @@ Killing the adapter and it's CONN."
   "Create symbol `dape-connection' instance from CONFIG.
 If started by an startDebugging request expects PARENT to
 symbol `dape-connection'."
-  (dape--repl-message "\n")
   (unless (plist-get config 'command-cwd)
     (plist-put config 'command-cwd default-directory))
   (let ((default-directory (plist-get config 'command-cwd))
@@ -4100,7 +4099,7 @@ Send INPUT to DUMMY-PROCESS."
     (insert (format
              "* Welcome to Dape REPL! *
 Available Dape commands: %s
-Empty input will rerun last command.\n"
+Empty input will rerun last command.\n\n"
              (mapconcat
               (pcase-lambda (`(,str . ,command))
                 (setq str (concat str))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]