]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix bootstrap
authorEshel Yaron <me@eshelyaron.com>
Sat, 13 Jul 2024 20:56:23 +0000 (22:56 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sat, 13 Jul 2024 20:56:23 +0000 (22:56 +0200)
lisp/cus-dep.el

index b8b3269394844eb86a2f997c42d0de5dd79d78a9..1ba9cb11292614bdf7bf4985fa83e7ce482fdb53 100644 (file)
@@ -172,7 +172,7 @@ Usage: emacs -batch -l ./cus-dep.el -f custom-make-dependencies DIRS"
                    (when found
                      (push (cons (symbol-name symbol)
                                  (with-output-to-string
-                                   (prin1 (sort found))))
+                                   (prin1 (sort found #'string<))))
                            alist))))))
     (dolist (e (sort alist))
       (insert "(custom--add-custom-loads '" (car e) " '" (cdr e) ")\n")))