Mercurial > emacs
diff src/sysdep.c @ 9651:3c2685c4e09d
(input_fd): No longer static.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Sat, 22 Oct 1994 03:55:00 +0000 |
| parents | b36d5e88cccc |
| children | 31f317386c4c |
line wrap: on
line diff
--- a/src/sysdep.c Sat Oct 22 03:54:14 1994 +0000 +++ b/src/sysdep.c Sat Oct 22 03:55:00 1994 +0000 @@ -193,10 +193,9 @@ extern short ospeed; /* The file descriptor for Emacs's input terminal. - Under Unix, this is normaly zero except when using X; - under VMS, we place the input channel number here. - This allows us to write more code that works for both VMS and Unix. */ -static int input_fd; + Under Unix, this is normally zero except when using X; + under VMS, we place the input channel number here. */ +int input_fd; /* Specify a different file descriptor for further input operations. */
