ace-window.el: Fix compiler warning

old-master
Oleh Krehel 8 years ago
parent 66bfd421e8
commit 9bec357bd3
  1. 2
      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))

Loading…
Cancel
Save