Move/add window-buffer-related functions to window.el.
[bpt/emacs.git] / lisp / loadup.el
index 7e80ff9..4c67752 100644 (file)
@@ -95,6 +95,7 @@
 (load "env")
 (load "format")
 (load "bindings")
+(load "window")  ; Needed here for `replace-buffer-in-windows'.
 (setq load-source-file-function 'load-with-code-conversion)
 (load "files")
 
 (load "language/cham")
 
 (load "indent")
-(load "window")
 (load "frame")
 (load "term/tty-colors")
 (load "font-core")