branch: externals/dape
commit 2edca597d2a14bc15b0973a049f7d135601164f2
Author: Daniel Pettersson <[email protected]>
Commit: Daniel Pettersson <[email protected]>
Clarify memory address in dape-memory-mode
---
dape.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dape.el b/dape.el
index 61c0115b1a..cc75de7e25 100644
--- a/dape.el
+++ b/dape.el
@@ -2803,7 +2803,7 @@ Using BUFFER and STR."
:interactive nil
(setq revert-buffer-function #'dape--memory-revert
mode-line-buffer-identification
- (append mode-line-buffer-identification '(" " dape--memory-address))
+ (append mode-line-buffer-identification '(" {" dape--memory-address
"}"))
eldoc-documentation-functions nil))
(define-key dape-memory-mode-map "\C-x]" #'dape-memory-next-page)