[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/dape cb5e7765a9 6/6: Fix missing parenthesise
From: |
ELPA Syncer |
Subject: |
[elpa] externals/dape cb5e7765a9 6/6: Fix missing parenthesise |
Date: |
Thu, 29 Feb 2024 12:57:46 -0500 (EST) |
branch: externals/dape
commit cb5e7765a98ed95d045790ddb1cc0171b174dec6
Author: Daniel Pettersson <daniel@dpettersson.net>
Commit: Daniel Pettersson <daniel@dpettersson.net>
Fix missing parenthesise
---
dape.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dape.el b/dape.el
index af5d971dd9..8acf3de97c 100644
--- a/dape.el
+++ b/dape.el
@@ -2375,7 +2375,7 @@ Using BUFFER and STR."
(set-buffer-modified-p nil)
(when write-capable-p
(add-hook 'write-contents-functions #'dape--memory-write))
- (rename-buffer (format "*dape-memory @ %s*" address) t)))))
+ (rename-buffer (format "*dape-memory @ %s*" address) t))))))
(defun dape--memory-write ()
"Write buffer contents to stopped connection."
- [elpa] externals/dape updated (c740bfb671 -> cb5e7765a9), ELPA Syncer, 2024/02/29
- [elpa] externals/dape eec5f0d18c 1/6: Add new mode for memory view dape-memory-mode, ELPA Syncer, 2024/02/29
- [elpa] externals/dape 8995c9f975 5/6: Improve error checking in dape-memory-mode, ELPA Syncer, 2024/02/29
- [elpa] externals/dape 5e5db543a8 3/6: Add fixme comment for incorrect `revert-buffer-in-progress-p' use, ELPA Syncer, 2024/02/29
- [elpa] externals/dape 0893709d2f 2/6: Fix small formatting issue, ELPA Syncer, 2024/02/29
- [elpa] externals/dape 20e666af5c 4/6: Fix error message in memory read, ELPA Syncer, 2024/02/29
- [elpa] externals/dape cb5e7765a9 6/6: Fix missing parenthesise,
ELPA Syncer <=