diff lisp/eshell/em-rebind.el @ 31241:3099993cba0f

See ChangeLog
author John Wiegley <johnw@newartisans.com>
date Tue, 29 Aug 2000 00:47:45 +0000
parents 34b1ab9d583d
children aab90b31807c
line wrap: on
line diff
--- a/lisp/eshell/em-rebind.el	Tue Aug 29 00:37:10 2000 +0000
+++ b/lisp/eshell/em-rebind.el	Tue Aug 29 00:47:45 2000 +0000
@@ -235,7 +235,7 @@
   (let ((proc (get-buffer-process (current-buffer))))
     (if (eobp)
 	(cond
-	 ((not (= (point) eshell-last-output-end))
+	 ((/= (point) eshell-last-output-end)
 	  (beep))
 	 (proc
 	  (process-send-eof))