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:
parent
c95827c698
commit
45e65c7d92
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue