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

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

[elpa] externals/ace-window 9bec357 28/92: ace-window.el: Fix compiler w


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

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

    ace-window.el: Fix compiler warning
---
 ace-window.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/ace-window.el b/ace-window.el
index 0e33852..e347776 100644
--- a/ace-window.el
+++ b/ace-window.el
@@ -505,6 +505,8 @@ Windows are numbered top down, left to right."
   (aw-switch-to-window window)
   (aw--switch-buffer))
 
+(declare-function ivy-switch-buffer "ext:ivy")
+
 (defun aw--switch-buffer ()
   (cond ((bound-and-true-p ivy-mode)
          (ivy-switch-buffer))



reply via email to

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