diff src/callproc.c @ 284:558f606b08ae r21-0b40

Import from CVS: tag r21-0b40
author cvs
date Mon, 13 Aug 2007 10:34:13 +0200
parents 6330739388db
children e11d67e05968
line wrap: on
line diff
--- a/src/callproc.c	Mon Aug 13 10:33:19 2007 +0200
+++ b/src/callproc.c	Mon Aug 13 10:34:13 2007 +0200
@@ -49,7 +49,7 @@
 #ifdef DOS_NT
 /* When we are starting external processes we need to know whether they
    take binary input (no conversion) or text input (\n is converted to
-   \r\n).  Similar for output: if newlines are written as \r\n then it's
+   \r\n).  Similarly for output: if newlines are written as \r\n then it's
    text process output, otherwise it's binary.  */
 Lisp_Object Vbinary_process_input;
 Lisp_Object Vbinary_process_output;
@@ -62,10 +62,6 @@
  */
 Lisp_Object Vprocess_environment;
 
-#ifdef DOS_NT
-Lisp_Object Qbuffer_file_type;
-#endif /* DOS_NT */
-
 /* True iff we are about to fork off a synchronous process or if we
    are waiting for it.  */
 volatile int synch_process_alive;