Improve reproducibility of generated leim-list.el

* lisp/international/quail.el (quail-update-leim-list-file):
Sort the quail directory listing, for more stable output.
This commit is contained in:
Glenn Morris 2017-09-11 18:11:37 -04:00
parent 123d52f69c
commit 23252d4ccf

View file

@ -3047,7 +3047,7 @@ of each directory."
(while quail-dirs
(setq dirname (car quail-dirs))
(when dirname
(setq pkg-list (directory-files dirname 'full "\\.el$" 'nosort))
(setq pkg-list (directory-files dirname 'full "\\.el$"))
(while pkg-list
(message "Checking %s ..." (car pkg-list))
(with-temp-buffer