diff options
author | Jonas Bernoulli <jonas@bernoul.li> | 2022-08-07 00:28:18 +0200 |
---|---|---|
committer | Jonas Bernoulli <jonas@bernoul.li> | 2022-08-07 00:28:18 +0200 |
commit | 6706506c2b2a408c561ae86b666daee6aabe1b2f (patch) | |
tree | 2a6d532e4b9ef6c6d8305d6ae3e058023e336730 /lisp/transient.el | |
parent | e43fa98a71d228475877a4b8d44b96e10c507ffa (diff) | |
download | emacs-6706506c2b2a408c561ae86b666daee6aabe1b2f.tar.gz emacs-6706506c2b2a408c561ae86b666daee6aabe1b2f.tar.bz2 emacs-6706506c2b2a408c561ae86b666daee6aabe1b2f.zip |
* lisp/transient.el: Update to package version v0.3.7-158-gc09b34e
Diffstat (limited to 'lisp/transient.el')
-rw-r--r-- | lisp/transient.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/transient.el b/lisp/transient.el index 250201903d8..a4158589706 100644 --- a/lisp/transient.el +++ b/lisp/transient.el @@ -3250,9 +3250,9 @@ have a history of their own.") (goto-char (point-min)) (when transient-enable-popup-navigation (transient--goto-button focus)) - (magit--fit-window-to-buffer transient--window))))) + (transient--fit-window-to-buffer transient--window))))) -(defun magit--fit-window-to-buffer (window) +(defun transient--fit-window-to-buffer (window) (let ((window-resize-pixelwise t) (window-size-fixed nil)) (if (eq (car (window-parameter window 'quit-restore)) 'other) |