diff lisp/eshell/em-rebind.el @ 32446:aab90b31807c

Added better remote directory support to Eshell, as well as a few bug fixes. See the ChangeLog.
author John Wiegley <johnw@newartisans.com>
date Fri, 13 Oct 2000 09:02:39 +0000
parents 3099993cba0f
children 8e57189d61b4
line wrap: on
line diff
--- a/lisp/eshell/em-rebind.el	Fri Oct 13 08:21:20 2000 +0000
+++ b/lisp/eshell/em-rebind.el	Fri Oct 13 09:02:39 2000 +0000
@@ -232,7 +232,7 @@
 Sends an EOF only if point is at the end of the buffer and there is no
 input."
   (interactive "p")
-  (let ((proc (get-buffer-process (current-buffer))))
+  (let ((proc (eshell-interactive-process)))
     (if (eobp)
 	(cond
 	 ((/= (point) eshell-last-output-end)