diff options
| author | Glenn Morris | 2008-06-14 19:14:01 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-06-14 19:14:01 +0000 |
| commit | 1eb8fd9137c41343e4ca3e206c9aae1b5712ded3 (patch) | |
| tree | 1b53ce21b471a21c6ac8145aff397c14ed55a75b /src | |
| parent | a8aa344d0739d91dcbc578144e223bef24f49160 (diff) | |
| download | emacs-1eb8fd9137c41343e4ca3e206c9aae1b5712ded3.tar.gz emacs-1eb8fd9137c41343e4ca3e206c9aae1b5712ded3.zip | |
Comment fix for rms.
Diffstat (limited to 'src')
| -rw-r--r-- | src/sysdep.c | 2 | ||||
| -rw-r--r-- | src/w32.c | 2 |
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. */ |
| 170 | extern Lisp_Object QCport, QCspeed, QCprocess; | 170 | extern Lisp_Object QCport, QCspeed, QCprocess; |
| 171 | extern Lisp_Object QCbytesize, QCstopbits, QCparity, Qodd, Qeven; | 171 | extern Lisp_Object QCbytesize, QCstopbits, QCparity, Qodd, Qeven; |
| 172 | extern Lisp_Object QCflowcontrol, Qhw, Qsw, QCsummary; | 172 | extern Lisp_Object QCflowcontrol, Qhw, Qsw, QCsummary; |
| @@ -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 */ |
| 108 | extern Lisp_Object QCport, QCspeed, QCprocess; | 108 | extern Lisp_Object QCport, QCspeed, QCprocess; |