diff src/buffer.c @ 585:1d71babec025

*** empty log message ***
author Jim Blandy <jimb@redhat.com>
date Mon, 16 Mar 1992 23:20:07 +0000
parents 3072b38789a7
children 70b112526394
line wrap: on
line diff
--- a/src/buffer.c	Mon Mar 16 20:39:07 1992 +0000
+++ b/src/buffer.c	Mon Mar 16 23:20:07 1992 +0000
@@ -1,5 +1,5 @@
 /* Buffer manipulation primitives for GNU Emacs.
-   Copyright (C) 1985, 1986, 1987, 1988, 1989 Free Software Foundation, Inc.
+   Copyright (C) 1985, 1986, 1987, 1988, 1989, 1992 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
@@ -678,9 +678,7 @@
   unlock_buffer (b);
 #endif /* CLASH_DETECTION */
 
-#ifdef subprocesses
   kill_buffer_processes (buf);
-#endif /* subprocesses */
 
   tem = Vinhibit_quit;
   Vinhibit_quit = Qt;