about summary refs log tree commit diff
path: root/exwm-workspace.el
diff options
context:
space:
mode:
authorChris Feng <chris.w.feng@gmail.com>2016-02-07T03·40+0800
committerChris Feng <chris.w.feng@gmail.com>2016-02-07T03·40+0800
commitfb9bfd291109d3bebc622f2c33a072fac475ac85 (patch)
treeabcf7c157a96e2cc90dbdcccc4887a3ebecc67c8 /exwm-workspace.el
parent15cdf8f5897183adf5426ecc280eb61626e2c980 (diff)
Eliminate compilation warnings
Diffstat (limited to 'exwm-workspace.el')
-rw-r--r--exwm-workspace.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/exwm-workspace.el b/exwm-workspace.el
index f65c557eef..feeb2fe028 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.