diff 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
line wrap: on
line diff
--- a/lisp/ChangeLog	Wed Aug 22 19:47:53 2007 +0000
+++ b/lisp/ChangeLog	Wed Aug 22 19:47:57 2007 +0000
@@ -1,3 +1,11 @@
+2007-08-22  Michael Albinus  <michael.albinus@gmx.de>
+
+	* 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.
+
 2007-08-22  Sam Steingold  <sds@gnu.org>
 
 	* pcvs.el (cvs-vc-command-advice): Fix a typo in code (file->files).