comparison src/process.c @ 56092:5839db7619ca

Comment change.
author Richard M. Stallman <rms@gnu.org>
date Sun, 13 Jun 2004 22:37:07 +0000
parents 8979bc3ade70
children 59a86f6ee1fb 38500c0c86ab 4c90ffeb71c5
comparison
equal deleted inserted replaced
56091:10b16f7f1a51 56092:5839db7619ca
3616 3616
3617 return any ? res : Qnil; 3617 return any ? res : Qnil;
3618 } 3618 }
3619 #endif 3619 #endif
3620 #endif /* HAVE_SOCKETS */ 3620 #endif /* HAVE_SOCKETS */
3621
3622 /* Turn off input and output for process PROC. */
3621 3623
3622 void 3624 void
3623 deactivate_process (proc) 3625 deactivate_process (proc)
3624 Lisp_Object proc; 3626 Lisp_Object proc;
3625 { 3627 {