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

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

[elpa] externals/dape b7dd45f551 1/5: Reduce flicker in watch buffer sco


From: ELPA Syncer
Subject: [elpa] externals/dape b7dd45f551 1/5: Reduce flicker in watch buffer scopes
Date: Fri, 16 Feb 2024 18:57:46 -0500 (EST)

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

    Reduce flicker in watch buffer scopes
---
 dape.el | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/dape.el b/dape.el
index 631b52587f..234c4e55d4 100644
--- a/dape.el
+++ b/dape.el
@@ -3515,8 +3515,9 @@ Buffer is specified by MODE and ID."
                         (gethash (cons (plist-get object :name) path)
                                  dape--info-expanded-p))))
               (dape--info-update-with mode id
-                (setq dape--info-buffer-related
-                      (dape--info-group-2-related-buffers scopes))
+                (when scopes
+                  (setq dape--info-buffer-related
+                        (dape--info-group-2-related-buffers scopes)))
                 (cl-loop with table = (make-gdb-table)
                          for watch in dape--watched
                          initially (setf (gdb-table-right-align table)



reply via email to

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