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
3c6a0853
Commit
3c6a0853
authored
Nov 19, 2015
by
Juanma Barranquero
Browse files
* src/lread.c (Fload): Remove unused variable `size'
parent
98133507
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
src/lread.c
src/lread.c
+0
-1
No files found.
src/lread.c
View file @
3c6a0853
...
...
@@ -1084,7 +1084,6 @@ Return t if the file exists and loads successfully. */)
if
(
!
NILP
(
must_suffix
))
{
/* Don't insist on adding a suffix if FILE already ends with one. */
ptrdiff_t
size
=
SBYTES
(
file
);
if
(
suffix_p
(
file
,
".el"
)
||
suffix_p
(
file
,
".elc"
))
must_suffix
=
Qnil
;
/* Don't insist on adding a suffix
...
...
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