branch: externals/dape
commit c25d6098d64a943fcba4694cee177afc4958b8ab
Author: Daniel Pettersson <[email protected]>
Commit: Daniel Pettersson <[email protected]>

    Fixup memory buffer identification
---
 dape.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dape.el b/dape.el
index 6f6e930436..810909ff47 100644
--- a/dape.el
+++ b/dape.el
@@ -2807,7 +2807,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)

Reply via email to