Mercurial > hg > xemacs-beta
diff src/ChangeLog @ 862:278c743f1578
[xemacs-hg @ 2002-06-03 12:23:49 by ben]
process fixes
process.el: Create new process-synchronize-point to avoid dynamic binding
problems. Fix editing bogosity in setting process sentinels.
process.c: Don't invalidate the process marker
after the process has died to make point synchronization in
`call-process-internal' possible.
author | ben |
---|---|
date | Mon, 03 Jun 2002 12:24:14 +0000 |
parents | 84762348c6f9 |
children | 42375619fa45 |
line wrap: on
line diff
--- a/src/ChangeLog Mon Jun 03 10:10:12 2002 +0000 +++ b/src/ChangeLog Mon Jun 03 12:24:14 2002 +0000 @@ -1,3 +1,9 @@ +2002-06-02 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> + + * process.c (remove_process): Don't invalidate the process marker + after the process has died to make point synchronization in + `call-process-internal' possible. + 2002-06-01 Ben Wing <ben@xemacs.org> * buffer.c (init_initial_directory):