]> git.eshelyaron.com Git - emacs.git/commitdiff
(comint-bol-or-process-mark): Refer to this command's name correctly.
authorRichard M. Stallman <rms@gnu.org>
Tue, 4 Aug 1998 09:30:02 +0000 (09:30 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 4 Aug 1998 09:30:02 +0000 (09:30 +0000)
lisp/comint.el

index 880866114e6b6912ed33cce58094ea0592dbe66b..d38761506de0715e5fe009c32e2246b8c554adea 100644 (file)
@@ -2338,7 +2338,7 @@ is at the beginning of the current input line; but if you have
 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)))