]> git.eshelyaron.com Git - emacs.git/commit
(Vload_suffixes, default_suffixes): New vars.
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 12 Oct 2001 03:18:05 +0000 (03:18 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 12 Oct 2001 03:18:05 +0000 (03:18 +0000)
commite61b9b8743d10f5f0ec9065ae365f8be015ef9d7
tree77d78150cfac4bda13c1220682ebf7733be06820
parentf633346880be2449526dc16e3712f106769b8179
(Vload_suffixes, default_suffixes): New vars.
(openp): Take a lisp list of suffixes.
Check for file-name-handlers even if the file was absolute already.
(syms_of_lread): Declare load-suffixes.
(Fload): Fix up call to openp.
Don't bother checking for file-name-handler at the very beginning.
src/lread.c