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
6d1921be
Commit
6d1921be
authored
Dec 19, 2008
by
Dan Nicolaescu
Browse files
(serial_configure): Fix typo.
parent
900d51fc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
src/ChangeLog
src/ChangeLog
+4
-0
src/sysdep.c
src/sysdep.c
+1
-1
No files found.
src/ChangeLog
View file @
6d1921be
2008-12-19 Daniel Engeler <engeler@gmail.com>
* sysdep.c (serial_configure): Fix typo.
2008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
* sysdep.c: Include alloca.h.
...
...
src/sysdep.c
View file @
6d1921be
...
...
@@ -3042,7 +3042,7 @@ serial_configure (struct Lisp_Process *p,
attr
.
c_cflag
|=
CLOCAL
;
#endif
#if defined (CREAD)
attr
.
c_cflag
|
CREAD
;
attr
.
c_cflag
|
=
CREAD
;
#endif
/* Configure speed. */
...
...
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