diff options
author | Chris Feng <chris.w.feng@gmail.com> | 2016-07-31T05·16+0800 |
---|---|---|
committer | Chris Feng <chris.w.feng@gmail.com> | 2016-07-31T05·16+0800 |
commit | fc542bbcc9e703f7e187045f3620f08b46320be4 (patch) | |
tree | e5a1cc718407582c5779ee81f77ed5849c76bfe0 /exwm-input.el | |
parent | a3dba8edd9001e89e24c204b9186fdf8b444e78c (diff) |
; Eliminate compile warnings
Diffstat (limited to 'exwm-input.el')
-rw-r--r-- | exwm-input.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exwm-input.el b/exwm-input.el index 555cc87f9fa5..f218ea26e105 100644 --- a/exwm-input.el +++ b/exwm-input.el @@ -135,6 +135,7 @@ This value should always be overwritten.") (declare-function exwm-workspace--minibuffer-own-frame-p "exwm-workspace.el") (declare-function exwm-workspace-switch "exwm-workspace.el" (frame-or-index &optional force)) +(declare-function exwm-workspace--workspace-p "exwm-workspace.el" (workspace)) (defun exwm-input--update-focus (window) "Update input focus." @@ -209,7 +210,6 @@ This value should always be overwritten.") (declare-function exwm-floating--start-moveresize "exwm-floating.el" (id &optional type)) (declare-function exwm-workspace--position "exwm-workspace.el" (frame)) -(declare-function exwm-workspace--workspace-p "exwm-workspace.el" (workspace)) (defvar exwm-workspace--list) |