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

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

[elpa] externals/transient 37be15575a 23/25: fixup(e3e2e111): Improve op


From: Jonas Bernoulli
Subject: [elpa] externals/transient 37be15575a 23/25: fixup(e3e2e111): Improve options for showing menu during minibuffer use
Date: Tue, 3 Dec 2024 14:35:03 -0500 (EST)

branch: externals/transient
commit 37be15575a8e7618de59b6aec5a42ba5656dc36f
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    fixup(e3e2e111): Improve options for showing menu during minibuffer use
---
 lisp/transient.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/transient.el b/lisp/transient.el
index 9d6699d6f5..9803ddd48c 100644
--- a/lisp/transient.el
+++ b/lisp/transient.el
@@ -3934,6 +3934,7 @@ have a history of their own.")
     action))
 
 (defun transient--fit-window-to-buffer (window)
+  (set-window-parameter window 'window-preserved-size nil)
   (let ((window-resize-pixelwise t)
         (window-size-fixed nil))
     (if (eq (car (window-parameter window 'quit-restore)) 'other)



reply via email to

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