Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
b75f8eab
Commit
b75f8eab
authored
Jun 02, 2001
by
Eli Zaretskii
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(Fload): Document that the argument is run via substitute-in-file-name.
parent
7727f3c0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
src/ChangeLog
src/ChangeLog
+5
-0
src/lread.c
src/lread.c
+2
-1
No files found.
src/ChangeLog
View file @
b75f8eab
2001-06-02 Eli Zaretskii <eliz@is.elta.co.il>
* lread.c (Fload): Document that the argument is run via
substitute-in-file-name.
2001-05-31 Gerd Moellmann <gerd@gnu.org>
* Makefile.in (bootstrap-doc): New target.
...
...
src/lread.c
View file @
b75f8eab
...
...
@@ -609,7 +609,8 @@ record_load_unwind (old)
DEFUN
(
"load"
,
Fload
,
Sload
,
1
,
5
,
0
,
"Execute a file of Lisp code named FILE.
\n
\
First try FILE with `.elc' appended, then try with `.el',
\n
\
then try FILE unmodified.
\n
\
then try FILE unmodified. Environment variable references in FILE
\n
\
are replaced with their values by calling `substitute-in-file-name'.
\n
\
This function searches the directories in `load-path'.
\n
\
If optional second arg NOERROR is non-nil,
\n
\
report no error if FILE doesn't exist.
\n
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment