Mercurial > emacs
comparison lisp/ChangeLog @ 81801:2e8d5916d236
* comint.el (make-comint, make-comint-in-buffer)
(comint-exec-1): Replace `start-process' by `start-file-process'.
* progmodes/compile.el (compilation-start): Revert redefining
`start-process'.
author | Michael Albinus <michael.albinus@gmx.de> |
---|---|
date | Tue, 10 Jul 2007 19:52:11 +0000 |
parents | cf9acee3da75 |
children | 0e6cd7deb746 |
comparison
equal
deleted
inserted
replaced
81800:e29d41367d51 | 81801:2e8d5916d236 |
---|---|
1 2007-07-10 Michael Albinus <michael.albinus@gmx.de> | |
2 | |
3 * comint.el (make-comint, make-comint-in-buffer) | |
4 (comint-exec-1): Replace `start-process' by `start-file-process'. | |
5 | |
6 * progmodes/compile.el (compilation-start): Revert redefining | |
7 `start-process'. | |
8 | |
1 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca> | 9 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca> |
2 | 10 |
3 * follow.el: Don't change the global map from the follow-mode-map | 11 * follow.el: Don't change the global map from the follow-mode-map |
4 defvar, but from the toplevel. Use easy-menu to unify the Emacs and | 12 defvar, but from the toplevel. Use easy-menu to unify the Emacs and |
5 XEmacs code. | 13 XEmacs code. |