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:
parent
123d52f69c
commit
23252d4ccf
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue