Skip to content

Commit

Permalink
package-build-dump-archive-contents: Sort elpa-packages.eld
Browse files Browse the repository at this point in the history
Closes #85.
  • Loading branch information
tarsius committed Oct 2, 2023
1 parent f62c5b6 commit 03f878a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package-build.el
Original file line number Diff line number Diff line change
Expand Up @@ -1590,6 +1590,7 @@ If optional PRETTY-PRINT is non-nil, then pretty-print
(insert " ")
(prin1 entry (current-buffer)))
(insert ")\n"))))
(setq vc-pkgs (cl-sort vc-pkgs #'string< :key #'car))
(with-temp-file (expand-file-name "elpa-packages.eld"
(and file (file-name-nondirectory file)))
(let ((print-level nil)
Expand Down

0 comments on commit 03f878a

Please sign in to comment.