branch: externals/ace-window
commit c963bb9316053536dbbdab0537d830bef3d7172d
Author: Oleh Krehel <[email protected]>
Commit: Oleh Krehel <[email protected]>
ace-window.el: Fix compiler warning
---
ace-window.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/ace-window.el b/ace-window.el
index 01385bd..a714a43 100644
--- a/ace-window.el
+++ b/ace-window.el
@@ -592,6 +592,7 @@ Amend MODE-LINE to the mode line for the duration of the
selection."
(aw-select " Ace - Delete Other Windows"
#'delete-other-windows))
+(declare-function transpose-frame "ext:transpose-frame")
(defun aw-transpose-frame (w)
"Select any window on frame and `tranpose-frame'."
(transpose-frame (window-frame w)))