Skip to content

Commit

Permalink
Get the minibuffer into the window list even when dim:switch-window-r…
Browse files Browse the repository at this point in the history
…elative
  • Loading branch information
Dimitri Fontaine committed Aug 12, 2010
1 parent fea49bf commit 04c46ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dim-switch-window.el
Expand Up @@ -47,7 +47,7 @@
"list windows for current frame, starting at top left unless
from-current-window is not nil"
(if (or from-current-window dim:switch-window-relative)
(window-list)
(window-list nil nil)
(message "%S" (window-at 0 0))
(window-list nil nil (window-at 0 0))))

Expand Down

0 comments on commit 04c46ea

Please sign in to comment.