* lisp/progmodes/project.el (project--files-in-directory):
Sort the files alphabetically
(https://debbugs.gnu.org/cgi/bugreport.cgi?bug=23179#296).
(shell-quote-argument ")"))"")
)))
(project--remote-file-names
- (split-string (shell-command-to-string command) "\0" t))))
+ (sort (split-string (shell-command-to-string command) "\0" t)
+ #'string<))))
(defun project--remote-file-names (local-files)
"Return LOCAL-FILES as if they were on the system of `default-directory'."