aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGlenn Morris2008-06-14 19:14:01 +0000
committerGlenn Morris2008-06-14 19:14:01 +0000
commit1eb8fd9137c41343e4ca3e206c9aae1b5712ded3 (patch)
tree1b53ce21b471a21c6ac8145aff397c14ed55a75b /src
parenta8aa344d0739d91dcbc578144e223bef24f49160 (diff)
downloademacs-1eb8fd9137c41343e4ca3e206c9aae1b5712ded3.tar.gz
emacs-1eb8fd9137c41343e4ca3e206c9aae1b5712ded3.zip
Comment fix for rms.
Diffstat (limited to 'src')
-rw-r--r--src/sysdep.c2
-rw-r--r--src/w32.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/sysdep.c b/src/sysdep.c
index 9e1813bf71b..1ef5b512eea 100644
--- a/src/sysdep.c
+++ b/src/sysdep.c
@@ -166,7 +166,7 @@ extern int quit_char;
166#include "process.h" 166#include "process.h"
167#include "cm.h" /* for reset_sys_modes */ 167#include "cm.h" /* for reset_sys_modes */
168 168
169/* For serial_configure() and serial_open() */ 169/* For serial_configure and serial_open. */
170extern Lisp_Object QCport, QCspeed, QCprocess; 170extern Lisp_Object QCport, QCspeed, QCprocess;
171extern Lisp_Object QCbytesize, QCstopbits, QCparity, Qodd, Qeven; 171extern Lisp_Object QCbytesize, QCstopbits, QCparity, Qodd, Qeven;
172extern Lisp_Object QCflowcontrol, Qhw, Qsw, QCsummary; 172extern Lisp_Object QCflowcontrol, Qhw, Qsw, QCsummary;
diff --git a/src/w32.c b/src/w32.c
index e0e19c3508a..a9f50139ea2 100644
--- a/src/w32.c
+++ b/src/w32.c
@@ -102,7 +102,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
102#include "systime.h" 102#include "systime.h"
103#include "dispextern.h" /* for xstrcasecmp */ 103#include "dispextern.h" /* for xstrcasecmp */
104 104
105/* For serial_configure() and serial_open() */ 105/* For serial_configure and serial_open. */
106#include "process.h" 106#include "process.h"
107/* From process.c */ 107/* From process.c */
108extern Lisp_Object QCport, QCspeed, QCprocess; 108extern Lisp_Object QCport, QCspeed, QCprocess;