Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • pw's avatar
    b9555b70
    From Ray Toy: · b9555b70
    pw authored
    ANSI CL says LOAD takes an :external-format keyword to specify the
    format of the file or stream being loaded.  CMUCL already had the
    :contents keyword that does this, but its default was nil instead of
    :default.
    
    The appended patch replaces :contents with :external-format.  This
    will break any code that uses :contents.
    b9555b70
    History
    From Ray Toy:
    pw authored
    ANSI CL says LOAD takes an :external-format keyword to specify the
    format of the file or stream being loaded.  CMUCL already had the
    :contents keyword that does this, but its default was nil instead of
    :default.
    
    The appended patch replaces :contents with :external-format.  This
    will break any code that uses :contents.