comparison lisp/ChangeLog @ 82765:a8c46cf3e7aa

* comint.el (comint-exec-1): Raise an error if `start-file-process' does not return a process object. * shell.el (shell): Prompt for `default-directory' if it is a remote file name, and if called with a prefix arg.
author Michael Albinus <michael.albinus@gmx.de>
date Wed, 22 Aug 2007 19:47:57 +0000
parents 8ff02425f4db
children 44b579ee06d5
comparison
equal deleted inserted replaced
82764:c865c404d660 82765:a8c46cf3e7aa
1 2007-08-22 Michael Albinus <michael.albinus@gmx.de>
2
3 * comint.el (comint-exec-1): Raise an error if
4 `start-file-process' does not return a process object.
5
6 * shell.el (shell): Prompt for `default-directory' if it is a
7 remote file name, and if called with a prefix arg.
8
1 2007-08-22 Sam Steingold <sds@gnu.org> 9 2007-08-22 Sam Steingold <sds@gnu.org>
2 10
3 * pcvs.el (cvs-vc-command-advice): Fix a typo in code (file->files). 11 * pcvs.el (cvs-vc-command-advice): Fix a typo in code (file->files).
4 12
5 2007-08-22 Carsten Dominik <dominik@science.uva.nl> 13 2007-08-22 Carsten Dominik <dominik@science.uva.nl>