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
1eb8fd91
Commit
1eb8fd91
authored
Jun 14, 2008
by
Glenn Morris
Browse files
Comment fix for rms.
parent
a8aa344d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/sysdep.c
src/sysdep.c
+1
-1
src/w32.c
src/w32.c
+1
-1
No files found.
src/sysdep.c
View file @
1eb8fd91
...
...
@@ -166,7 +166,7 @@ extern int quit_char;
#include "process.h"
#include "cm.h"
/* for reset_sys_modes */
/* For serial_configure
()
and serial_open
()
*/
/* For serial_configure and serial_open
.
*/
extern
Lisp_Object
QCport
,
QCspeed
,
QCprocess
;
extern
Lisp_Object
QCbytesize
,
QCstopbits
,
QCparity
,
Qodd
,
Qeven
;
extern
Lisp_Object
QCflowcontrol
,
Qhw
,
Qsw
,
QCsummary
;
...
...
src/w32.c
View file @
1eb8fd91
...
...
@@ -102,7 +102,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#include "systime.h"
#include "dispextern.h" /* for xstrcasecmp */
/* For serial_configure
()
and serial_open
()
*/
/* For serial_configure and serial_open
.
*/
#include "process.h"
/* From process.c */
extern Lisp_Object QCport, QCspeed, QCprocess;
...
...
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