1
Fork 0
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:
Richard M. Stallman 1995-07-30 19:03:26 +00:00
parent 21ef90eecf
commit 484cd5b16c

View file

@ -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)