• Eli Zaretskii's avatar
    Allow loading modules by 'load-file' · 40ed767b
    Eli Zaretskii authored
    * src/lread.c (Fload): Call 'unbind_to' with 'Fmodule_load' as the
    2nd arg, to avoid the "binding stack not balanced" error.
    (syms_of_lread) <module-file-suffix>: New Lisp variable.
    
    * lisp/files.el (module-file-suffix): Declare.
    (load-file): Remove 'module-file-suffix' from
    'completion-ignored-extensions', to allow completion on modules.
    
    * etc/NEWS: Mention 'module-file-suffix'.
    40ed767b
NEWS 55.2 KB