4772219eaca499adde543c1b561cc7d9cbbca09c was checked in recently which introduced dependence on magit-display-buffer-function within window-purpose-x.el.
Since this variable is defined in magit-mode.el, I think we now must add (require 'magit-mode) within window-purpose-x.el.
4772219eaca499adde543c1b561cc7d9cbbca09c was checked in recently which introduced dependence on
magit-display-buffer-function
withinwindow-purpose-x.el
. Since this variable is defined inmagit-mode.el
, I think we now must add(require 'magit-mode)
withinwindow-purpose-x.el
.