Skip to content

Commit

Permalink
Merge pull request #64 from aaronjensen/window-body-width
Browse files Browse the repository at this point in the history
Resize width is based on window-body-width, rather than frame width
  • Loading branch information
muffinmad authored Jun 27, 2022
2 parents aee8c11 + 6368d53 commit 60838f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mini-frame.el
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ This function used as value for `resize-mini-frames' variable."
;; A max-width must be included to work around a bug in Emacs which
;; causes wrapping to not be taken into account in some situations
;; https://debbugs.gnu.org/cgi/bugreport.cgi?bug=56102
(frame-parameter frame 'width)
(window-body-width)
nil
'vertically)
(when (and (frame-live-p mini-frame-completions-frame)
Expand Down

0 comments on commit 60838f3

Please sign in to comment.