]> git.eshelyaron.com Git - emacs.git/commitdiff
(input_fd): No longer static.
authorRichard M. Stallman <rms@gnu.org>
Sat, 22 Oct 1994 03:55:00 +0000 (03:55 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 22 Oct 1994 03:55:00 +0000 (03:55 +0000)
src/sysdep.c

index ad78bc65a9227e393c9778d1239d996b761571ae..7e1be187254e5a4a99043ffc49e47f743fef9669 100644 (file)
@@ -193,10 +193,9 @@ static int baud_convert[] =
 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;
 \f
 /* Specify a different file descriptor for further input operations.  */