diff src/console-tty.c @ 195:a2f645c6b9f8 r20-3b24

Import from CVS: tag r20-3b24
author cvs
date Mon, 13 Aug 2007 09:59:05 +0200
parents 3d6bfa290dbd
children e45d5e7c476e
line wrap: on
line diff
--- a/src/console-tty.c	Mon Aug 13 09:58:32 2007 +0200
+++ b/src/console-tty.c	Mon Aug 13 09:59:05 2007 +0200
@@ -92,7 +92,7 @@
   /* Open the specified console */
 
   allocate_tty_console_struct (con);
-  if (!NILP (Fequal (tty, Vstdio_str)))
+  if (internal_equal (tty, Vstdio_str, 0))
     {
       infd = fileno (stdin);
       outfd = fileno (stdout);