diff --git a/ace-window.el b/ace-window.el index f660b55..fc8a592 100644 --- a/ace-window.el +++ b/ace-window.el @@ -762,6 +762,8 @@ Modify `aw-fair-aspect-ratio' to tweak behavior." 1) ((floatp h) (1+ (floor h))) + ((integerp h) + 1) (t (error "unexpected: %s" h)))))