mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 18:40:39 -08:00
(byte-compile-insert-header): If compiling for vers 18,
arrange to set current-load-list when loadingthe file.
This commit is contained in:
parent
21ef90eecf
commit
484cd5b16c
1 changed files with 4 additions and 2 deletions
|
|
@ -1410,8 +1410,10 @@ With argument, insert value in current buffer after the form."
|
|||
1 -1)
|
||||
(if byte-compile-dynamic-docstrings
|
||||
"' was compiled for Emacs 19.29 or later\"))\n\n"
|
||||
"' was compiled for Emacs 19\"))\n\n")
|
||||
)))
|
||||
"' was compiled for Emacs 19\"))\n\n"))
|
||||
(insert "(or (boundp 'current-load-list) (setq current-load-list nil))\n"
|
||||
"\n")
|
||||
))
|
||||
|
||||
|
||||
(defun byte-compile-output-file-form (form)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue