summaryrefslogtreecommitdiff
path: root/lisp/transient.el
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2022-08-07 00:28:18 +0200
committerJonas Bernoulli <jonas@bernoul.li>2022-08-07 00:28:18 +0200
commit6706506c2b2a408c561ae86b666daee6aabe1b2f (patch)
tree2a6d532e4b9ef6c6d8305d6ae3e058023e336730 /lisp/transient.el
parente43fa98a71d228475877a4b8d44b96e10c507ffa (diff)
downloademacs-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.el4
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)