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
70695f13
Commit
70695f13
authored
Dec 18, 2013
by
Paul Eggert
Browse files
Add comment to my previous lread.c change.
parent
88312cfc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
src/lread.c
src/lread.c
+4
-1
No files found.
src/lread.c
View file @
70695f13
...
...
@@ -1467,9 +1467,12 @@ openp (Lisp_Object path, Lisp_Object str, Lisp_Object suffixes,
Lisp_Object
string
,
tail
,
encoded_fn
,
save_string
;
ptrdiff_t
max_suffix_len
=
0
;
int
last_errno
=
ENOENT
;
struct
timespec
save_mtime
=
make_timespec
(
TYPE_MINIMUM
(
time_t
),
-
1
);
int
save_fd
=
-
1
;
/* The last-modified time of the newest matching file found.
Initialize it to something less than all valid timestamps. */
struct
timespec
save_mtime
=
make_timespec
(
TYPE_MINIMUM
(
time_t
),
-
1
);
CHECK_STRING
(
str
);
for
(
tail
=
suffixes
;
CONSP
(
tail
);
tail
=
XCDR
(
tail
))
...
...
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