From 0217ed574e39e56c061e25a9532cf129086cc735 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 22 Oct 1994 03:55:00 +0000 Subject: [PATCH] (input_fd): No longer static. --- src/sysdep.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/sysdep.c b/src/sysdep.c index ad78bc65a92..7e1be187254 100644 --- a/src/sysdep.c +++ b/src/sysdep.c @@ -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; /* Specify a different file descriptor for further input operations. */ -- 2.39.5