(update-autoloads-from-directories): Sort the list of files with no
autoloads.
This commit is contained in:
parent
5d22135b02
commit
000d99237f
2 changed files with 7 additions and 0 deletions
|
@ -537,6 +537,8 @@ This uses `update-file-autoloads' (which see) do its work."
|
|||
(append no-autoloads
|
||||
(delq nil (mapcar 'update-file-autoloads files))))
|
||||
(when no-autoloads
|
||||
;; Sort them for better readability.
|
||||
(setq no-autoloads (sort no-autoloads 'string<))
|
||||
;; Add the `no-autoloads' section.
|
||||
(goto-char (point-max))
|
||||
(search-backward "\f" nil t)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue