From: Richard M. Stallman Date: Sat, 22 Oct 1994 03:55:00 +0000 (+0000) Subject: (input_fd): No longer static. X-Git-Tag: emacs-19.34~6204 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0217ed574e39e56c061e25a9532cf129086cc735;p=emacs.git (input_fd): No longer static. --- 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. */