История изменений
Исправление Zubok, (текущая версия) :
-- Command: load-file filename
This command loads the file FILENAME. If FILENAME is a relative
file name, then the current default directory is assumed. This
command does not use `load-path', and does not append suffixes.
^^^^^^^^^^^^^^^^^^^^^^^^
Просто load попробуй.
If FILENAME is a relative file name, such as `foo' or
`baz/foo.bar', `load' searches for the file using the variable
`load-path'. It appends FILENAME to each of the directories
listed in `load-path', and loads the first file it finds whose name
matches. The current default directory is tried only if it is
specified in `load-path', where `nil' stands for the default
directory. `load' tries all three possible suffixes in the first
directory in `load-path', then all three suffixes in the second
directory, and so on. *Note Library Search::.
Исправление Zubok, :
-- Command: load-file filename
This command loads the file FILENAME. If FILENAME is a relative
file name, then the current default directory is assumed. This
command does not use `load-path', and does not append suffixes.
^^^^^^^^^^^^^^^^^^^^^^^^
Просто load попробуй.
Исходная версия Zubok, :
-- Command: load-file filename
This command loads the file FILENAME. If FILENAME is a relative
file name, then the current default directory is assumed. This
command does not use `load-path', and does not append suffixes.
^^^^^^^^^^^^^^^^^^^^^^^^