diff lisp/comint.el @ 22900:00d2d08d657b

(comint-bol-or-process-mark): Refer to this command's name correctly.
author Richard M. Stallman <rms@gnu.org>
date Tue, 04 Aug 1998 09:30:02 +0000
parents a453ed3fb89f
children ee3a3af924b4
line wrap: on
line diff
--- a/lisp/comint.el	Tue Aug 04 09:18:36 1998 +0000
+++ b/lisp/comint.el	Tue Aug 04 09:30:02 1998 +0000
@@ -2338,7 +2338,7 @@
 used \\[comint-accumulate] to send multiple lines at once,
 the process mark is at the beginning of the accumulated input."
   (interactive)
-  (if (not (eq last-command 'comint-bol-or-mark))
+  (if (not (eq last-command 'comint-bol-or-process-mark))
       (comint-bol nil)
     (comint-goto-process-mark)))