All Manuals > LispWorks® User Guide and Reference Manual > 38 The LISPWORKS Package

load-all-patches Function

Summary

Loads all patch files into the image.

Package

lispworks

Signature

load-all-patches => nil

Description

The function load-all-patches loads all appropriate files from the directory patches in the directory determined by *lispworks-directory*, and then loads the file private-patches/load.lisp where load forms for any private patches may be placed. When the appropriate patches have successfully been loaded, the updated version of the image can be saved using save-image.

load-all-patches is called by LispWorks on startup and when the -build command line argument is used.

The system expects all patches to be loaded sequentially. If a patch is missing, there is a warning message. In this situation, it is advisable to contact Lisp Support to obtain a copy of the missing patch.


LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:41