changeset 14513:912efc7b4d10

(remove_process): Don't unlink the process marker.
author Richard M. Stallman <rms@gnu.org>
date Thu, 08 Feb 1996 04:19:31 +0000
parents e7206013c310
children 2f15f316326d
files src/process.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/process.c	Thu Feb 08 04:13:11 1996 +0000
+++ b/src/process.c	Thu Feb 08 04:19:31 1996 +0000
@@ -506,7 +506,6 @@
 
   pair = Frassq (proc, Vprocess_alist);
   Vprocess_alist = Fdelq (pair, Vprocess_alist);
-  Fset_marker (XPROCESS (proc)->mark, Qnil, Qnil);
 
   deactivate_process (proc);
 }