emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/ace-window c963bb9 79/92: ace-window.el: Fix compiler w


From: Stefan Monnier
Subject: [elpa] externals/ace-window c963bb9 79/92: ace-window.el: Fix compiler warning
Date: Wed, 17 Mar 2021 18:39:26 -0400 (EDT)

branch: externals/ace-window
commit c963bb9316053536dbbdab0537d830bef3d7172d
Author: Oleh Krehel <ohwoeowho@gmail.com>
Commit: Oleh Krehel <ohwoeowho@gmail.com>

    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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]