* lisp/files.el (find-alternate-file): Add missing arguments to
`find-file-noselect' call.
;; Don't use `find-file' because it may end up using another window
;; in some corner cases, e.g. when the selected window is
;; softly-dedicated.
- (let ((newbuf (find-file-noselect filename wildcards)))
+ (let ((newbuf (find-file-noselect filename nil nil wildcards)))
(switch-to-buffer newbuf)))
(when (eq obuf (current-buffer))
;; This executes if find-file gets an error