Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
fda1acc5
Commit
fda1acc5
authored
May 27, 2002
by
Kim F. Storm
Browse files
(Fread_file_name): Now has 6 args.
parent
59ffe07d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/lisp.h
src/lisp.h
+1
-1
No files found.
src/lisp.h
View file @
fda1acc5
...
...
@@ -2691,7 +2691,7 @@ EXFUN (Ffile_directory_p, 1);
EXFUN
(
Fwrite_region
,
7
);
EXFUN
(
Ffile_readable_p
,
1
);
EXFUN
(
Ffile_executable_p
,
1
);
EXFUN
(
Fread_file_name
,
5
);
EXFUN
(
Fread_file_name
,
6
);
extern
Lisp_Object
close_file_unwind
P_
((
Lisp_Object
));
extern
void
report_file_error
P_
((
char
*
,
Lisp_Object
));
extern
int
internal_delete_file
P_
((
Lisp_Object
));
...
...
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