From fb9bfd291109d3bebc622f2c33a072fac475ac85 Mon Sep 17 00:00:00 2001 From: Chris Feng Date: Sun, 7 Feb 2016 11:40:14 +0800 Subject: Eliminate compilation warnings --- exwm-workspace.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'exwm-workspace.el') diff --git a/exwm-workspace.el b/exwm-workspace.el index f65c557eefad..feeb2fe028a4 100644 --- a/exwm-workspace.el +++ b/exwm-workspace.el @@ -111,10 +111,12 @@ Value nil means to use the default position which is fixed at bottom, while (defvar exwm-workspace--display-echo-area-timer nil "Timer for auto-hiding echo area.") +;;;###autoload (defun exwm-workspace--minibuffer-own-frame-p () "Reports whether the minibuffer is displayed in its own frame." (memq exwm-workspace-minibuffer-position '(top bottom))) +;;;###autoload (defun exwm-workspace--resize-minibuffer-frame (&optional width height) "Resize minibuffer (and its container) to fit the size of workspace. -- cgit 1.4.1