Fix windmove-find-other-window broken after pixelwise resizing (Bug#16017).
authorMartin Rudalics <rudalics@gmx.at>
Fri, 13 Dec 2013 17:06:30 +0000 (18:06 +0100)
committerMartin Rudalics <rudalics@gmx.at>
Fri, 13 Dec 2013 17:06:30 +0000 (18:06 +0100)
commit71e6691e5c9347f53fc984ccba83065c5e9fabaf
tree25c303c98309f4df2dbfd0e1eeef781ef98a3bda
parent5035fbc19e2f569674237c61e6ffdd4719e092d5
Fix windmove-find-other-window broken after pixelwise resizing (Bug#16017).

* windmove.el (windmove-other-window-loc): Revert change from
2013-12-04.
(windmove-find-other-window): Call window-in-direction.
* window.el (window-in-direction): New arguments SIGN, WRAP and
MINI to emulate original windmove-find-other-window behavior.
lisp/ChangeLog
lisp/windmove.el
lisp/window.el