Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
861:9a116d92c011 | 862:278c743f1578 |
---|---|
1 2002-06-02 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> | |
2 | |
3 * process.c (remove_process): Don't invalidate the process marker | |
4 after the process has died to make point synchronization in | |
5 `call-process-internal' possible. | |
6 | |
1 2002-06-01 Ben Wing <ben@xemacs.org> | 7 2002-06-01 Ben Wing <ben@xemacs.org> |
2 | 8 |
3 * buffer.c (init_initial_directory): | 9 * buffer.c (init_initial_directory): |
4 Fix bug noted by someone. | 10 Fix bug noted by someone. |
5 | 11 |