diff options
author | Chris Feng <chris.w.feng@gmail.com> | 2018-03-08T17·06+0800 |
---|---|---|
committer | Chris Feng <chris.w.feng@gmail.com> | 2018-03-08T17·06+0800 |
commit | 2f430db735f33abb4fc009fc6ec8c12f74f57dba (patch) | |
tree | 9f147150649943df040d42b0c0da44e849827f59 /exwm-floating.el | |
parent | 7aae6efdcd5d64c528315d08e49cdef2e956b540 (diff) |
Minor fixes
Diffstat (limited to 'exwm-floating.el')
-rw-r--r-- | exwm-floating.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/exwm-floating.el b/exwm-floating.el index 6f8f9d8d3c22..8b1612e42a42 100644 --- a/exwm-floating.el +++ b/exwm-floating.el @@ -79,7 +79,6 @@ This is also used by X window containers.") (declare-function exwm-layout--iconic-state-p "exwm-layout.el" (&optional id)) (declare-function exwm-layout--refresh "exwm-layout.el" ()) (declare-function exwm-layout--show "exwm-layout.el" (id &optional window)) -(declare-function exwm-workspace--minibuffer-own-frame-p "exwm-workspace.el") (declare-function exwm-workspace--position "exwm-workspace.el" (frame)) (defun exwm-floating--set-allowed-actions (id tilling) |