Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
ea2eccbb
Commit
ea2eccbb
authored
Aug 09, 2014
by
Reuben Thomas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
src/alloc.c: remove a stray brace
parent
aac6be13
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
src/ChangeLog
src/ChangeLog
+1
-0
src/alloc.c
src/alloc.c
+0
-1
No files found.
src/ChangeLog
View file @
ea2eccbb
2014-08-09 Reuben Thomas <rrt@sc3d.org>
* alloc.c (Fmemory_info): Remove a stray brace.
* process.c: Fix a comment typo.
* msdos.c:
* dosfns.c (init_dosfns): Remove support for DJGPP < 2.02.
...
...
src/alloc.c
View file @
ea2eccbb
...
...
@@ -6915,7 +6915,6 @@ or memory information can't be obtained, return nil. */)
(
uintmax_t
)
freeswap
/
1024
);
else
return
Qnil
;
}
#else
/* not HAVE_LINUX_SYSINFO, not WINDOWSNT, not MSDOS */
/* FIXME: add more systems. */
return
Qnil
;
...
...
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