Mercurial > emacs
diff 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 |
line wrap: on
line diff
--- a/lisp/ChangeLog Tue Jul 10 18:05:36 2007 +0000 +++ b/lisp/ChangeLog Tue Jul 10 19:52:11 2007 +0000 @@ -1,3 +1,11 @@ +2007-07-10 Michael Albinus <michael.albinus@gmx.de> + + * 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'. + 2007-07-10 Stefan Monnier <monnier@iro.umontreal.ca> * follow.el: Don't change the global map from the follow-mode-map