diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2022-02-07 22:03:53 +0100 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2022-02-07 22:03:53 +0100 |
| commit | 3d447e5b719017b40fc9e462175dd955c591c3c6 (patch) | |
| tree | d68d0afe9d9b170667db309fe61e02a24da43908 | |
| parent | 91feb66630eea6f36fee10576760c219896c1d05 (diff) | |
Avoid warning if x-gtk-resize-child-frames is missing (Fix #123)
| -rw-r--r-- | corfu.el | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -375,6 +375,7 @@ The completion backend can override this with buffer)) ;; Function adapted from posframe.el by tumashu +(defvar x-gtk-resize-child-frames) ;; Not present on non-gtk builds (defun corfu--make-frame (x y width height content) "Show child frame at X/Y with WIDTH/HEIGHT and CONTENT." (let* ((window-min-height 1) |
