changeset 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 5f874a55feb3
children 12fca8181eca
files lisp/comint.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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)))