1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

Revert "Fix loaddefs generation"

This reverts commit 28358db930.

This has been fixed in a different way.
This commit is contained in:
Lars Ingebrigtsen 2022-06-01 14:14:02 +02:00
parent c95827c698
commit 45e65c7d92

View file

@ -575,7 +575,7 @@ If INCLUDE-PACKAGE-VERSION, include package version data."
(search-backward "\f\n"))
;; Delete the old version of the section.
(delete-region (match-beginning 0)
(and (search-forward "\n\f\n;;;" nil t)
(and (search-forward "\n\f\n;;;")
(match-beginning 0)))
(forward-line -2)))
(insert head)