+2011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
+
+ * files.el (find-file): Always use selected-window.
+
2011-11-07 Martin Rudalics <rudalics@gmx.at>
* window.el (window-combinations): Make WINDOW argument
(let ((value (find-file-noselect filename nil nil wildcards)))
(if (listp value)
(mapcar 'switch-to-buffer (nreverse value))
- (switch-to-buffer value))))
+ (switch-to-buffer value nil 'force-same-window))))
(defun find-file-other-window (filename &optional wildcards)
"Edit file FILENAME, in another window.