mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 14:30:50 -08:00
loaddefs-generate--rubric: Note about committing ldefs-boot.el
* lisp/emacs-lisp/loaddefs-gen.el (loaddefs-generate--rubric): Note that ldefs-boot.el should be committed on its own.
This commit is contained in:
parent
e4908623f2
commit
a44e9139c2
1 changed files with 1 additions and 1 deletions
|
|
@ -546,7 +546,7 @@ If COMPILE, don't include a \"don't compile\" cookie."
|
||||||
file 'loaddefs-generate
|
file 'loaddefs-generate
|
||||||
:title (concat "automatically extracted " (or type "autoloads"))
|
:title (concat "automatically extracted " (or type "autoloads"))
|
||||||
:commentary (and (string-match "/lisp/loaddefs\\.el\\'" file)
|
:commentary (and (string-match "/lisp/loaddefs\\.el\\'" file)
|
||||||
"This file will be copied to ldefs-boot.el and checked in periodically."))
|
"This file will be copied to ldefs-boot.el and checked in periodically. Note: When checking in ldefs-boot.el, don't include changes to any other files in the commit."))
|
||||||
(when lp
|
(when lp
|
||||||
(insert "(add-to-list 'load-path (directory-file-name
|
(insert "(add-to-list 'load-path (directory-file-name
|
||||||
(or (file-name-directory #$) (car load-path))))\n\n"))
|
(or (file-name-directory #$) (car load-path))))\n\n"))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue