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

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

[elpa] externals/agitate bb91281e67 4/5: Pass arguments to set-window-co


From: ELPA Syncer
Subject: [elpa] externals/agitate bb91281e67 4/5: Pass arguments to set-window-configuration
Date: Thu, 20 Oct 2022 00:57:21 -0400 (EDT)

branch: externals/agitate
commit bb91281e6792395d1dee9585ddf0b6f78c0a6261
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Pass arguments to set-window-configuration
    
    We do not need to set the frame and the mini window.
---
 agitate.el | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/agitate.el b/agitate.el
index 8cce50f840..0a3c4e1099 100644
--- a/agitate.el
+++ b/agitate.el
@@ -318,7 +318,10 @@ user option `log-edit-keep-buffer'."
 (defun agitate--log-edit-informative-restore ()
   "Restore `agitate--previous-window-configuration' and clean state."
   (when agitate--previous-window-configuration
-    (set-window-configuration agitate--previous-window-configuration)
+    (set-window-configuration
+     agitate--previous-window-configuration
+     :dont-set-frame
+     :dont-set-miniwindow)
     (setq agitate--previous-window-configuration nil))
   (when (and agitate--previous-window
              agitate--previous-window-point



reply via email to

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