diff options
| author | Richard M. Stallman <rms@gnu.org> | 1996-02-08 04:19:31 +0000 |
|---|---|---|
| committer | Richard M. Stallman <rms@gnu.org> | 1996-02-08 04:19:31 +0000 |
| commit | 81c63241a9c19a38831cf4221b713af1696330f3 (patch) | |
| tree | 9fb3ec92f9603998a2dbcc0313d106e78e8bc1de /src/process.c | |
| parent | ca4bd734d235060a8a84e898f2aff9fa5feb903f (diff) | |
| download | emacs-81c63241a9c19a38831cf4221b713af1696330f3.tar.gz | |
(remove_process): Don't unlink the process marker.
Diffstat (limited to 'src/process.c')
| -rw-r--r-- | src/process.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/process.c b/src/process.c index 3927d4dbc6d..7fe324a6d1d 100644 --- a/src/process.c +++ b/src/process.c @@ -506,7 +506,6 @@ remove_process (proc) pair = Frassq (proc, Vprocess_alist); Vprocess_alist = Fdelq (pair, Vprocess_alist); - Fset_marker (XPROCESS (proc)->mark, Qnil, Qnil); deactivate_process (proc); } |
