Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • rtoy's avatar
    44232c3d
    Create a new search-list "ext-formats" that is initialized to · 44232c3d
    rtoy authored
    "library:ext-formats/".  This makes it easier to add new directories
    where external formats can be found.  The previous use made it
    difficult because the formats had to be in the subdirectory
    ext-formats.
    
    save.lisp:
    o Create and initialize new search-list.
    
    extfmts.lisp:
    o Use the new search-list instead of "library:ext-formats/".
    44232c3d
    History
    Create a new search-list "ext-formats" that is initialized to
    rtoy authored
    "library:ext-formats/".  This makes it easier to add new directories
    where external formats can be found.  The previous use made it
    difficult because the formats had to be in the subdirectory
    ext-formats.
    
    save.lisp:
    o Create and initialize new search-list.
    
    extfmts.lisp:
    o Use the new search-list instead of "library:ext-formats/".